install makefile snippet and .pc file template
authorJens Thiele <jens.thiele@intra2net.com>
Mon, 4 Dec 2006 09:19:50 +0000 (09:19 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Mon, 4 Dec 2006 09:19:50 +0000 (09:19 +0000)
codegen/Makefile.am

index b5689df..2463620 100644 (file)
@@ -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?)