X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=998b67b326a8dbb38845530aac3a88956ea8e523;hp=e1120dd4225d0f87f1e4aea2d0de57b883db8cdc;hb=6e434d1fbe5c62d36bab14488a58348d0beb3f1a;hpb=eea21b24bf7f76e16a25f17c2e466635d09fbf3b diff --git a/codegen/Makefile.am b/codegen/Makefile.am index e1120dd..998b67b 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,12 +1,17 @@ INCLUDES = @XMLPP_CFLAGS@ LDADD = @XMLPP_LIBS@ -codegen_SOURCES = main.cpp +libt2n_codegen_SOURCES = main.cpp -bin_PROGRAMS = codegen +bin_PROGRAMS = libt2n-codegen -EXTRA_DIST = clientlib.pc.in codegen.make +pkgdata_DATA = clientlib.pc.in -# 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 +# needed because we use old automake not supporting dist_ prefix + +EXTRA_DIST = $(pkgdata_DATA) + +# 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