X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=998b67b326a8dbb38845530aac3a88956ea8e523;hp=24636208982a93f684186c976bb48fdcb2f785f0;hb=373558f707dd668486de943dadfb4efe492b07af;hpb=d6d16279eafa85a7581c285d11b59f374cd5fa1f diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 2463620..998b67b 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -5,12 +5,13 @@ libt2n_codegen_SOURCES = main.cpp bin_PROGRAMS = libt2n-codegen -pkgdata_DATA = clientlib.pc.in codegen.make +pkgdata_DATA = clientlib.pc.in # needed because we use old automake not supporting dist_ prefix 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