List having non-virtual destructor fixed (thanks to Thomas Jarosch) Proposed subset...
[libftdi] / ftdipp / Makefile.am
1 # set the include path found by configure
2 INCLUDES= -I$(top_srcdir)/src $(all_includes) @BOOST_CPPFLAGS@
3
4 # the library search path.
5 lib_LTLIBRARIES = libftdipp.la
6 include_HEADERS = ftdi.hpp
7 libftdipp_la_SOURCES = ftdi.cpp
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)
12 libftdipp_la_LDFLAGS = -version-info 17:0:16 $(all_libraries) @BOOST_LDFLAGS@
13 libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la
14
15 EXTRA_DIST = CMakeLists.txt