ftdi_eeprom: Fix git build problems by using autoreconf
[ftdi_eeprom] / src / Makefile.am
1 bin_PROGRAMS = ftdi_eeprom
2
3 # set the include path found by configure
4 INCLUDES = @LIBFTDI_CFLAGS@
5
6 # the library search path.
7 ftdi_eeprom_LDFLAGS = 
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