(no commit message)
authorJens Thiele <jens.thiele@intra2net.com>
Tue, 5 Dec 2006 17:16:31 +0000 (17:16 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Tue, 5 Dec 2006 17:16:31 +0000 (17:16 +0000)
codegen/TODO
example-codegen/TODO
test-build-install-use

index dd9f296..13f3f64 100644 (file)
@@ -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_
index 73fe79b..c166d7e 100644 (file)
@@ -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)
index 8bba385..fde6bdc 100755 (executable)
@@ -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"