libftdi: (tomj) prepare 0.6 release, set library version again (#404)
[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)
13libftdi_la_LDFLAGS = -version-info 6:0:6 $(all_libraries)