libftdi: (tomj) increase .so library version
[libftdi] / src / Makefile.am
CommitLineData
9b254687
GE
1
2# set the include path found by configure
3INCLUDES= $(all_includes)
4
5# the library search path.
6lib_LTLIBRARIES = libftdi.la
7libftdi_la_SOURCES = ftdi.c
8include_HEADERS = ftdi.h
a837e33a
TJ
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)
ed42d70d 13libftdi_la_LDFLAGS = -version-info 15:0:14 $(all_libraries)