Organized ecdb source code in structure

This commit is contained in:
Mario Danic
2008-04-02 16:17:22 +00:00
parent c5273cd4c0
commit fa9cac4177
23 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,14 @@
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = ecdb
ecdb_SOURCES = \
ecdb.c ecdb.h \
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_CFLAGS = @ECDB_CFLAGS@
ecdb_LDADD = @ECDB_LIBS@