Organized ecdb source code in structure
This commit is contained in:
14
experimental/ecdb/trunk/src/Makefile.am
Normal file
14
experimental/ecdb/trunk/src/Makefile.am
Normal 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@
|
||||
|
Reference in New Issue
Block a user