Added more files, mainly beginning of filesystem sources implementation.

This commit is contained in:
Vreixo Formoso
2007-11-24 16:58:36 +01:00
parent 9ee4e39899
commit 6c090c9a7b
10 changed files with 283 additions and 30 deletions

View File

@ -10,9 +10,12 @@ lib_LTLIBRARIES = src/libisofs.la
src_libisofs_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
src_libisofs_la_SOURCES = \
src/tree.h \
src/tree.c \
src/image.h
src/node.h \
src/node.c \
src/image.h \
src/fsource.h \
src/fs_local.c \
src/stream.h
libinclude_HEADERS = \
src/libisofs.h