legacy/experimental/ecdb/src/Makefile.am

15 lines
307 B
Makefile

## 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@