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 | 4096b30e3a93e66a0f3e0ead22a84e299b6742fc (patch) | |
tree | 9143d6856720749547808fe1bddc7a5556f7f5ff /Makefile.am | |
parent | efa337df0a1abf0039e9a7591ad8fcf3f34fc464 (diff) | |
download | gstreamer-plugins-good-4096b30e3a93e66a0f3e0ead22a84e299b6742fc.tar.gz |
build fix
Original commit message from CVS:
build fix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd4a884aa..73da37361 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 |