From: Jens Thiele Date: Tue, 5 Dec 2006 17:16:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v0.2~40 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=53b891edf1f624b1c90eef94185a142cd067bdf8 --- diff --git a/codegen/TODO b/codegen/TODO index dd9f296..13f3f64 100644 --- a/codegen/TODO +++ b/codegen/TODO @@ -17,3 +17,4 @@ open questions: but this does not work since command.hxx is included which depends on boost serialization headers anyway => we do not provide this for now - naming scheme?! + perhaps generated group class should not be prefixed by cmd_group_ diff --git a/example-codegen/TODO b/example-codegen/TODO index 73fe79b..c166d7e 100644 --- a/example-codegen/TODO +++ b/example-codegen/TODO @@ -36,3 +36,4 @@ now we use the first solution => how to add dependency on BUILT_SOURCES for dist? the real problem is that make dist should not depend on BUILT_SOURCES unfortunately we can't fix this as long as we use a old automake version + (DISTFILES includes generated files we would like to mark as noinst) diff --git a/test-build-install-use b/test-build-install-use index 8bba385..fde6bdc 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -61,3 +61,4 @@ cd "$EXAMPLE_LIBUSAGE" autoreconf -f -i -M "$INSTDIR/usr/share/aclocal" ./configure --prefix="$INSTPREFIX" $MAKE distcheck +echo "OK: example using installed example lib works"