Bump version number and update ChangeLog
[libftdi] / ftdipp / Makefile.am
CommitLineData
20b1459a 1# set the include path found by configure
6b1c9d1f 2INCLUDES= -I$(top_srcdir)/src @BOOST_CPPFLAGS@
20b1459a
TJ
3
4# the library search path.
5lib_LTLIBRARIES = libftdipp.la
6include_HEADERS = ftdi.hpp
901e5d5c 7libftdipp_la_SOURCES = ftdi.cpp
20b1459a
TJ
8
9# Note: If you specify a:b:c as the version in the next line,
10# the library that is made has version (a-c).c.b. In this
11# example, the version is 2.1.2. (3:2:1)
6935ef7b 12libftdipp_la_LDFLAGS = -version-info 21:0:20 @BOOST_LDFLAGS@
901e5d5c 13libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la
d6d1f48a
TJ
14
15EXTRA_DIST = CMakeLists.txt