diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-27 15:27:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-27 15:27:57 +0000 |
commit | 2af76f3837a89a83a08bbd4f97f2d50fd47dcae7 (patch) | |
tree | 59647bee5a033ce6ca76439a704e124630a13964 | |
parent | 08fb91ede084ad23637844ef9293ed5352dccd58 (diff) | |
download | gst-plugins-bad-2af76f3837a89a83a08bbd4f97f2d50fd47dcae7.tar.gz gst-plugins-bad-2af76f3837a89a83a08bbd4f97f2d50fd47dcae7.tar.bz2 gst-plugins-bad-2af76f3837a89a83a08bbd4f97f2d50fd47dcae7.zip |
more pc fixes
Original commit message from CVS:
more pc fixes
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2903b26..fb3fb4c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ $(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc gstreamer-gconf-@GST_MAJORMINOR@.pc: $(srcdir)/gst-libs/gst/gconf/gstreamer-gconf.pc cp $< $@ -gstreamer-gconf-@GST_MAJORMINOR@-uninstalled.pc: $(srcdir)/gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc +gstreamer-gconf-@GST_MAJORMINOR@-uninstalled.pc: \ + $(srcdir)/gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc cp $< $@ gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4 |