X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FMakefile.am;h=b5689df44136828c840a88c2a026bc72e8de23ac;hp=f156c98dd4427a6da5876bbe9953f6ea2a5e595a;hb=e62269cbcab8ba959ff5a110e309be27f7600dbe;hpb=c0a5c7713b976c7165aa213b4ceb36e15b117d61 diff --git a/codegen/Makefile.am b/codegen/Makefile.am index f156c98..b5689df 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -1,11 +1,11 @@ -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 +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?)