libftdi: (tomj) increase version, add BOOST_CPPFLAGS/BOOST_LDFLAGS to ftdipp
authorThomas Jarosch <opensource@intra2net.com>
Fri, 17 Oct 2008 12:36:32 +0000 (12:36 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Fri, 17 Oct 2008 12:36:32 +0000 (12:36 +0000)
configure.in
ftdipp/Makefile.am
src/Makefile.am

index 7087dbe..9620cff 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libftdi, 0.14)
+AM_INIT_AUTOMAKE(libftdi, 0.15)
 
 AC_LANG_C
 AC_PROG_CC
index a06822c..be118d3 100644 (file)
@@ -1,5 +1,5 @@
 # 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
@@ -9,4 +9,4 @@ libftdipp_la_SOURCES = $(top_builddir)/src/libftdi.la 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 16:0:15 $(all_libraries) @BOOST_LDFLAGS@
index 3c23493..c656006 100644 (file)
@@ -10,4 +10,4 @@ include_HEADERS =  ftdi.h
 # 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)
-libftdi_la_LDFLAGS = -version-info 15:0:14 $(all_libraries)
+libftdi_la_LDFLAGS = -version-info 16:0:15 $(all_libraries)