fix uninstalled
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Dec 2002 19:34:34 +0000 (19:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 8 Dec 2002 19:34:34 +0000 (19:34 +0000)
Original commit message from CVS:
fix uninstalled

Makefile.am
gstreamer-uninstalled.pc.in

index ffa9c96..6c82259 100644 (file)
@@ -25,9 +25,11 @@ SUBDIRS = include gst libs tools \
 # These are all the possible subdirs
 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
        cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
-gstreamer-uninstalled-@GST_MAJORMINOR@.pc: gstreamer.pc
+gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer.pc
        cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
 
 pkgconfigdir = $(libdir)/pkgconfig
index 4ffa643..484b937 100644 (file)
@@ -4,10 +4,11 @@ exec_prefix=
 libdir=${pcfiledir}
 includedir=${pcfiledir}
 toolsdir=${pcfiledir}/tools
+gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
 
 Name: GStreamer Uninstalled
 Description: Streaming-media framework, Not Installed
 Version: @VERSION@
 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
-Libs: ${libdir}/gst/libgstreamer.la -L${libdir}/libs/gst/control/
+Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la -L${libdir}/libs/gst/control/
 Cflags: -I${includedir} -I${includedir}/libs -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir}/@srcdir@/libs @GST_PKG_CFLAGS@