From 742b95cbe36b414c4e42a5a8e7deef74e89da7cc Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 17 Oct 2008 12:36:32 +0000 Subject: [PATCH] libftdi: (tomj) increase version, add BOOST_CPPFLAGS/BOOST_LDFLAGS to ftdipp --- configure.in | 2 +- ftdipp/Makefile.am | 4 ++-- src/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 7087dbe..9620cff 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index a06822c..be118d3 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) +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@ diff --git a/src/Makefile.am b/src/Makefile.am index 3c23493..c656006 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) -- 1.7.1