Implemented functionality to exclude path

This commit is contained in:
Mario Danic
2006-09-01 12:11:33 +00:00
parent 754a6eb601
commit 11d1b9bbb6
3 changed files with 31 additions and 1 deletions

View File

@ -75,7 +75,11 @@ libisofs_libisofs_la_SOURCES = \
libisofs/rockridge.h \
libisofs/rockridge.c \
libisofs/joliet.c \
libisofs/joliet.h
libisofs/joliet.h \
libisofs/exclude.c \
libisofs/exclude.h \
libisofs/hash.h \
libisofs/hash.c
libinclude_HEADERS = \
libburn/libburn.h \