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