Initial import of using libusb-1.0.
[libftdi] / src / Makefile.am
1 # the library search path.
2 lib_LTLIBRARIES =  libftdi.la
3 libftdi_la_SOURCES =  ftdi.c
4 include_HEADERS =  ftdi.h
5
6 # Note:  If you specify a:b:c as the version in the next line,
7 #  the library that is made has version (a-c).c.b.  In this
8 #  example, the version is 2.1.2. (3:2:1)
9 libftdi_la_LDFLAGS = -version-info 18:0:17
10 libftdi_la_LIBADD = @USB_LIBS@
11
12 EXTRA_DIST = CMakeLists.txt