From ae307ae6fd50a0e1f51e017c06261541ff455f5a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 20:13:22 +0000 Subject: [PATCH] small fix Original commit message from CVS: small fix --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6c82259088..749da22423 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,9 +27,9 @@ DIST_SUBDIRS = include libs gst tools tests testsuite examples docs all-local: gstreamer-@GST_MAJORMINOR@.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc -gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc +gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc gstreamer.pc.in cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc -gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer.pc +gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-uninstalled.pc gstreamer-uninstalled.pc.in cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc pkgconfigdir = $(libdir)/pkgconfig