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 | 408c6da9362c6ae1e9c9ff1c2e10fa1c1480cf30 (patch) | |
tree | 821974c5240c2567c59ca0eed6a548d4183d4afc /Makefile.am | |
parent | 3332daedadec0167263c059c0bd6994b769dea2e (diff) |
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 |