From da7ee71b4ecce55f8bc6eb1a46cc5f6ab5bb05bb Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Mon, 4 Dec 2006 13:45:55 +0000 Subject: [PATCH] install codegen-stubhead.hxx in package include directory --- codegen/Makefile.am | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) 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 -- 1.7.1