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