X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ftdipp%2FMakefile.am;h=e19dffe379e51018d46f5536ba2c23780c549343;hb=6935ef7bd3cd0666438423285736cece988c2c7f;hp=e80b15e39bb668a8aab00ef1e2ea99328b38138c;hpb=901e5d5c73cc12268083e20bcfb93dadf361c3f5;p=libftdi diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index e80b15e..e19dffe 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -1,5 +1,5 @@ # 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 @@ -9,7 +9,7 @@ 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 21:0:20 @BOOST_LDFLAGS@ libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la EXTRA_DIST = CMakeLists.txt