diff options
-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 |