summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files 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