X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=e1120dd4225d0f87f1e4aea2d0de57b883db8cdc;hp=ca4aa36b52f24d887f98ae48c9d747b3a22b61da;hb=eea21b24bf7f76e16a25f17c2e466635d09fbf3b;hpb=3c4dd222bdf18612d26250088c999dc0b2937dba diff --git a/codegen/Makefile.am b/codegen/Makefile.am index ca4aa36..e1120dd 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,8 +1,12 @@ -INCLUDES = @CODEGEN_CFLAGS@ -LDADD = @CODEGEN_LIBS@ +INCLUDES = @XMLPP_CFLAGS@ +LDADD = @XMLPP_LIBS@ codegen_SOURCES = main.cpp bin_PROGRAMS = codegen -EXTRA_DIST = clientlib.pc.in +EXTRA_DIST = clientlib.pc.in codegen.make + +# 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