increase version
[ftdi_eeprom] / ftdi_eeprom / Makefile.am
1 ####### kdevelop will overwrite this part!!! (begin)##########
2 bin_PROGRAMS = ftdi_eeprom
3
4 ## INCLUDES were found outside kdevelop specific part
5
6 ftdi_eeprom_SOURCES = main.c 
7 ftdi_eeprom_LDADD   = 
8
9
10 EXTRA_DIST = main.c example.conf
11
12 ####### kdevelop will overwrite this part!!! (end)############
13 # set the include path found by configure
14 INCLUDES= $(all_includes)
15
16 # the library search path.
17 ftdi_eeprom_LDFLAGS = $(all_libraries) 
18