From eb84f3b7ad8d5ef5b8dd510b32ca8572bc78cc05 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 17 Dec 2002 15:15:34 +0000 Subject: Also generate uninstalled .pc files Original commit message from CVS: Also generate uninstalled .pc files --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 380fbe8a..f2761ff1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ else EXAMPLES_DIR= endif -all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc +all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc gstreamer-libs-@GST_MAJORMINOR@.pc: gstreamer-libs.pc gstreamer-libs.pc.in cp gstreamer-libs.pc gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc: gstreamer-play.pc gstreamer-play.pc.in -- cgit