diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 16:16:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 16:16:20 +0000 |
commit | 6dc37c1f02b020aeb6dffe7e6b71a1c461c9fa92 (patch) | |
tree | 9dc3262c34b534444c215041261a714b6ccb59de /Makefile.am | |
parent | 0cf65440806873f98c6250ecdda23ae5cb1efdc2 (diff) |
fix for leif
Original commit message from CVS:
fix for leif
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d730c1018..a2d79553d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,12 +27,15 @@ DIST_SUBDIRS = include libs gst tools tests testsuite examples docs gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc +gstreamer-uninstalled-@GST_MAJORMINOR@.pc: gstreamer.pc + cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gstreamer-@GST_MAJORMINOR@.pc EXTRA_DIST = gstreamer.spec.in \ - gstreamer.pc.in gstreamer-uninstalled.pc.in \ + gstreamer-@GST_MAJORMINOR@.pc.in \ + gstreamer-@GST_MAJORMINOR@-uninstalled.pc.in \ configure.ac autogen.sh depcomp \ REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \ idiottest.mak common |