3c9284a5d9fdcbc1bf65b898f0311af4debf01fe
[libftdi] / src / Makefile.am
1
2 # set the include path found by configure
3 INCLUDES= $(all_includes)
4
5 # the library search path.
6 lib_LTLIBRARIES =  libftdi.la
7 libftdi_la_SOURCES =  ftdi.c
8 include_HEADERS =  ftdi.h
9
10 # Note:  If you specify a:b:c as the version in the next line,
11 #  the library that is made has version (a-c).c.b.  In this
12 #  example, the version is 2.1.2. (3:2:1)
13 libftdi_la_LDFLAGS = -version-info 10:0:10 $(all_libraries)