Proper inheritance, etc

This commit is contained in:
Jaime Thomas
2008-05-15 00:14:33 +00:00
parent 0b2157dff6
commit fe3e1cc9f0
11 changed files with 302 additions and 138 deletions

View File

@ -7,7 +7,8 @@ ecdb_SOURCES = \
ecdb_drives.c ecdb_drives.h \
ecdb_image.c ecdb_image.h \
ecdb_burn.c ecdb_burn.h \
ecdb_misc.c ecdb_misc.h
ecdb_misc.c ecdb_misc.h \
ecdb_common.h
ecdb_CFLAGS = @ECDB_CFLAGS@
ecdb_LDADD = @ECDB_LIBS@