Increase libftdi version to 0.18
[libftdi] / src / Makefile.am
CommitLineData
9b254687
GE
1# the library search path.
2lib_LTLIBRARIES = libftdi.la
3libftdi_la_SOURCES = ftdi.c
4include_HEADERS = ftdi.h
a837e33a
TJ
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)
e983aee3 9libftdi_la_LDFLAGS = -version-info 19:0:18
d6d1f48a
TJ
10
11EXTRA_DIST = CMakeLists.txt