X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=998b67b326a8dbb38845530aac3a88956ea8e523;hp=ca4aa36b52f24d887f98ae48c9d747b3a22b61da;hb=0e627fe264a2fd6a1953955e7ff80f8d8d5b5525;hpb=3c4dd222bdf18612d26250088c999dc0b2937dba diff --git a/codegen/Makefile.am b/codegen/Makefile.am index ca4aa36..998b67b 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,8 +1,17 @@ -INCLUDES = @CODEGEN_CFLAGS@ -LDADD = @CODEGEN_LIBS@ +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 +pkgdata_DATA = clientlib.pc.in + +# 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