X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FMakefile.am;h=f1f9907ece22887139c3759c19e5e43c9ab8690f;hp=a06822c7b3e278d99a323af40c149aaaf00eb881;hb=6b22a0549318d1e7fba0c1d9e28c1acf7b94f8b0;hpb=20b1459a95e9a287e7e552ba0211095a92d1a59a diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index a06822c..f1f9907 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -1,12 +1,15 @@ # set the include path found by configure -INCLUDES= -I$(top_srcdir)/src $(all_includes) +INCLUDES= -I$(top_srcdir)/src $(all_includes) @BOOST_CPPFLAGS@ # the library search path. lib_LTLIBRARIES = libftdipp.la include_HEADERS = ftdi.hpp -libftdipp_la_SOURCES = $(top_builddir)/src/libftdi.la ftdi.cpp +libftdipp_la_SOURCES = ftdi.cpp # Note: If you specify a:b:c as the version in the next line, # the library that is made has version (a-c).c.b. In this # example, the version is 2.1.2. (3:2:1) -libftdipp_la_LDFLAGS = -version-info 15:0:14 $(all_libraries) +libftdipp_la_LDFLAGS = -version-info 17:0:16 $(all_libraries) @BOOST_LDFLAGS@ +libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la + +EXTRA_DIST = CMakeLists.txt