From 53b891edf1f624b1c90eef94185a142cd067bdf8 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Tue, 5 Dec 2006 17:16:31 +0000 Subject: [PATCH] --- codegen/TODO | 1 + example-codegen/TODO | 1 + test-build-install-use | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) 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" -- 1.7.1