X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=b5689df44136828c840a88c2a026bc72e8de23ac;hp=1f3846a2b7200a11339a2137273858c612ff9c84;hb=1cda5350173ab595b1ea2a7a00f599a988c1438a;hpb=e50cc1d69c0f69e431af2b4eac683ee3c5e35e68 diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 1f3846a..b5689df 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,6 +1,12 @@ -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 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