diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 20:13:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 20:13:22 +0000 |
commit | ae307ae6fd50a0e1f51e017c06261541ff455f5a (patch) | |
tree | 009c63b63cc3ebeb9c7efb37c62f5b512af2b35a | |
parent | d8dc45098d12c89dab7246928d6a7f89cf63c5bb (diff) |
small fixBRANCH-RELEASE-0_5_0-ROOT
Original commit message from CVS:
small fix
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6c8225908..749da2242 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,9 +27,9 @@ DIST_SUBDIRS = include libs gst tools tests testsuite examples docs all-local: gstreamer-@GST_MAJORMINOR@.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc -gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc +gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc gstreamer.pc.in cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc -gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer.pc +gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-uninstalled.pc gstreamer-uninstalled.pc.in cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc pkgconfigdir = $(libdir)/pkgconfig |