X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=24636208982a93f684186c976bb48fdcb2f785f0;hp=5fab3097353a271bad75ae71e6be45025ec6f89c;hb=d6d16279eafa85a7581c285d11b59f374cd5fa1f;hpb=84b484fa66baa81473a4278153b43221f877a2e1 diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 5fab309..2463620 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,11 +1,15 @@ -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 +pkgdata_DATA = clientlib.pc.in codegen.make + +# 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?)