From: Jens Thiele Date: Mon, 4 Dec 2006 13:45:55 +0000 (+0000) Subject: install codegen-stubhead.hxx in package include directory X-Git-Tag: v0.2~62 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=da7ee71b4ecce55f8bc6eb1a46cc5f6ab5bb05bb install codegen-stubhead.hxx in package include directory --- diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 2463620..e831e3e 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -11,6 +11,7 @@ pkgdata_DATA = clientlib.pc.in codegen.make EXTRA_DIST = $(pkgdata_DATA) -# todo: do we really want to install it -# (maybe it would be better to install a copy with each client lib?) -include_HEADERS = codegen-stubhead.hxx +# do we really want to install it? +# maybe it would be better to install a copy with each client lib or let codegen insert the code? +# on the other hand the generated libraries depend on the libt2n headers anyway +pkginclude_HEADERS = codegen-stubhead.hxx