experimental-legacy/ecdb/trunk/src/Makefile.am

28 lines
817 B
Makefile
Raw Permalink Normal View History

## Process this file with automake to produce Makefile.in
bin_PROGRAMS = ecdb
ecdb_SOURCES = \
ecdb.c ecdb.h \
ecdb_projects.c ecdb_projects.h \
ecdb_drives.c ecdb_drives.h \
ecdb_image.c ecdb_image.h \
ecdb_burn.c ecdb_burn.h \
2008-05-15 00:14:33 +00:00
ecdb_misc.c ecdb_misc.h \
ecdb_audio.c ecdb_audio.h \
2008-06-06 03:02:27 +00:00
ecdb_gui.c ecdb_gui.h \
2008-11-03 14:56:30 +00:00
ecdb_erase.c ecdb_erase.h \
ecdb_widgets.c ecdb_widgets.h \
ecdb_erase_gui.c ecdb_erase_gui.h \
ecdb_burn_image_gui.c ecdb_burn_image_gui.h \
ecdb_burn_data_gui.c ecdb_burn_data_gui.h \
ecdb_filelist_custom.c ecdb_filelist_custom.h \
2009-02-19 04:40:53 +00:00
ecdb_about.c ecdb_about.h \
2009-02-20 04:23:07 +00:00
ecdb_config_dialog.c ecdb_config_dialog.h \
ecdb_hal.c ecdb_hal.h \
2008-05-15 00:14:33 +00:00
ecdb_common.h
ecdb_CFLAGS = @ECDB_CFLAGS@
ecdb_LDADD = @ECDB_LIBS@