diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 17:51:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 17:51:34 +0000 |
commit | 9fff9f4647e3c6ec416b1c53233acd5d37ee46c7 (patch) | |
tree | 7affe4e81c50ac73b92a6fa58eb754adbac705bf | |
parent | b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d (diff) | |
download | gst-plugins-bad-9fff9f4647e3c6ec416b1c53233acd5d37ee46c7.tar.gz gst-plugins-bad-9fff9f4647e3c6ec416b1c53233acd5d37ee46c7.tar.bz2 gst-plugins-bad-9fff9f4647e3c6ec416b1c53233acd5d37ee46c7.zip |
build fix
Original commit message from CVS:
build fix
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd4a884a..73da3736 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ gstreamer-libs-@GST_MAJORMINOR@.pc: gstreamer-libs.pc cp gstreamer-libs.pc gstreamer-libs-@GST_MAJORMINOR@.pc gstreamer-play-@GST_MAJORMINOR@.pc: gstreamer-play.pc cp gstreamer-play.pc gstreamer-play-@GST_MAJORMINOR@.pc -gst_element_check-@GST_MAJORMINOR@.m4: gst-element-check.m4 +gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4 cp gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4 pkgconfigdir = $(libdir)/pkgconfig |