Implementation of IsoStream for IsoFileSources.

This commit is contained in:
Vreixo Formoso
2007-12-02 22:04:26 +01:00
parent b35e090c1b
commit 8edc9f2639
4 changed files with 181 additions and 7 deletions

View File

@ -19,11 +19,12 @@ src_libisofs_la_SOURCES = \
src/fsource.h \
src/fsource.c \
src/fs_local.c \
src/messages.h \
src/messages.c \
src/libiso_msgs.h \
src/libiso_msgs.c \
src/stream.h
src/messages.h \
src/messages.c \
src/libiso_msgs.h \
src/libiso_msgs.c \
src/stream.h \
src/stream.c
libinclude_HEADERS = \
src/libisofs.h