From: Jens Thiele Date: Mon, 4 Dec 2006 13:47:30 +0000 (+0000) Subject: comments X-Git-Tag: v0.2~60 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=7eb34f4dcd6b5eba1846bce22e95d54418b2e34e comments --- diff --git a/configure.in b/configure.in index 1d07fab..83d0cfd 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,6 @@ AC_SUBST(XMLPP_CFLAGS) AC_SUBST(XMLPP_LIBS) dnl fake installed libt2n (codegen) for example-codegen -dnl todo: remove codegen include path (codegen-stubhead.hxx will be removed) LIBT2N_CPPFLAGS="-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" @@ -40,5 +39,8 @@ AC_SUBST(LIBT2N_LIBS) AC_SUBST(LIBT2N_CODEGEN) AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) AC_SUBST(LIBT2N_CODEGEN_MAKESNIPPET) + +dnl todo: do not create .pc file in configure but in make +dnl see also autoconf manual "Installation Directory Variables" AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile example-codegen/Makefile) diff --git a/example-codegen/client.cpp b/example-codegen/client.cpp index cdeb124..1029abe 100644 --- a/example-codegen/client.cpp +++ b/example-codegen/client.cpp @@ -6,7 +6,7 @@ #include -// include library header +// include generated library headers #include "default_client.hxx" #include "other_client.hxx"