From cd1335593193c6af533180a44494f46f1ce2ca07 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 19:34:34 +0000 Subject: [PATCH] fix uninstalled Original commit message from CVS: fix uninstalled --- Makefile.am | 4 +++- gstreamer-uninstalled.pc.in | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ffa9c961fd..6c82259088 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/gstreamer-uninstalled.pc.in b/gstreamer-uninstalled.pc.in index 4ffa643e34..484b937f5d 100644 --- a/gstreamer-uninstalled.pc.in +++ b/gstreamer-uninstalled.pc.in @@ -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@