X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FMakefile.am;h=6cea83a6a78a2cbaa6f839ffd57842da5a3a8257;hp=be118d331b1bb3bc06c1969c46fa3e03152d30a7;hb=8e527547a8df7264bbaba4644d93ac132473d321;hpb=742b95cbe36b414c4e42a5a8e7deef74e89da7cc diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index be118d3..6cea83a 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) @BOOST_CPPFLAGS@ +INCLUDES= -I$(top_srcdir)/src @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 16:0:15 $(all_libraries) @BOOST_LDFLAGS@ +libftdipp_la_LDFLAGS = -version-info 18:0:17 @BOOST_LDFLAGS@ +libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la + +EXTRA_DIST = CMakeLists.txt