ftdi_eeprom: (gerd) recreate in new kdevelop, license fix
[ftdi_eeprom] / src / Makefile.am
1 bin_PROGRAMS = ftdi_eeprom
2
3
4 # set the include path found by configure
5 INCLUDES = @LIBFTDI_CFLAGS@ $(all_includes)
6
7 # the library search path.
8 ftdi_eeprom_LDFLAGS = $(all_libraries) 
9 ftdi_eeprom_SOURCES =  main.c
10
11 noinst_DATA =  example.conf
12 ftdi_eeprom_LDADD = -lconfuse @LIBFTDI_LIBS@
13
14 EXTRA_DIST = example.conf