diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-03 17:03:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-03 17:03:22 +0000 |
commit | a0ee53c29ac8e6270e8591af658701914c7f1514 (patch) | |
tree | b9cf837b92d38a00691a5545a34e9add38adab1a /Makefile.am | |
parent | e0200a615302489327a1268e43b1364b0673a60c (diff) | |
download | gstreamer-plugins-bad-a0ee53c29ac8e6270e8591af658701914c7f1514.tar.gz |
some dist fixes
Original commit message from CVS:
some dist fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f2761ff18..6c5ae33e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,8 @@ else EXAMPLES_DIR= endif -all-local: gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc gstreamer-play-@GST_MAJORMINOR@-uninstalled.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 gst-element-check-@GST_MAJORMINOR@.m4 + 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 @@ -26,7 +27,7 @@ gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-libs-uninstalled.pc gs gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-play-uninstalled.pc gstreamer-play-uninstalled.pc.in cp gstreamer-play-uninstalled.pc gstreamer-play-@GST_MAJORMINOR@-uninstalled.pc gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4 - cp gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4 + cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ |