rename LIBT2N_CPPFLAGS to LIBT2N_CFLAGS since this is the variable defined by PKG_CHE...
authorJens Thiele <jens.thiele@intra2net.com>
Mon, 4 Dec 2006 14:05:46 +0000 (14:05 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Mon, 4 Dec 2006 14:05:46 +0000 (14:05 +0000)
configure.in
example-codegen/Makefile.am

index 83d0cfd..5086b6f 100644 (file)
@@ -28,13 +28,13 @@ AC_SUBST(XMLPP_CFLAGS)
 AC_SUBST(XMLPP_LIBS)
 
 dnl fake installed libt2n (codegen) for example-codegen
-LIBT2N_CPPFLAGS="-I\$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ -I\$(top_srcdir)/codegen"
+LIBT2N_CFLAGS="-I\$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ -I\$(top_srcdir)/codegen"
 LIBT2N_LIBS="\$(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ @BOOST_LDFLAGS@"
 LIBT2N_CODEGEN="\$(top_builddir)/codegen/libt2n-codegen"
 LIBT2N_CLIENT_PCTEMPLATE="\$(top_srcdir)/codegen/clientlib.pc.in"
 LIBT2N_CODEGEN_MAKESNIPPET="include \$(top_srcdir)/codegen/codegen.make"
 
-AC_SUBST(LIBT2N_CPPFLAGS)
+AC_SUBST(LIBT2N_CFLAGS)
 AC_SUBST(LIBT2N_LIBS)
 AC_SUBST(LIBT2N_CODEGEN)
 AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE)
index cabf100..ca49cb8 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = @LIBT2N_CPPFLAGS@
+INCLUDES = @LIBT2N_CFLAGS@
 LDADD = @LIBT2N_LIBS@
 
 # list your command groups