Add IsoImage, equivalent to old libisofs volume and volset.

IsoImage will be a context for image creation and modification.
This commit is contained in:
Vreixo Formoso
2007-12-02 19:10:30 +01:00
parent f2deae8503
commit c83bac7d9e
4 changed files with 146 additions and 11 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/builder.h \
src/error.h \
src/node.h \
src/node.c \
src/image.h \
src/image.c \
src/fsource.h \
src/fsource.c \
src/fs_local.c \