update uninstalled pc files
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 19:44:56 +0000 (19:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 19:44:56 +0000 (19:44 +0000)
Original commit message from CVS:
update uninstalled pc files

pkgconfig/gstreamer-base-uninstalled.pc.in
pkgconfig/gstreamer-check-uninstalled.pc.in
pkgconfig/gstreamer-net-uninstalled.pc.in

index 0fb9901..ef07549 100644 (file)
@@ -1,7 +1,7 @@
 # the standard variables don't make sense for an uninstalled copy
 prefix=
 exec_prefix=
-libdir=${pcfiledir}/../gst/base
+libdir=${pcfiledir}/../libs/gst/base
 includedir=${pcfiledir}/..
 
 Name: GStreamer base classes, uninstalled
index 1b90450..9d7e93c 100644 (file)
@@ -1,7 +1,7 @@
 # the standard variables don't make sense for an uninstalled copy
 prefix=
 exec_prefix=
-libdir=${pcfiledir}/../gst/check
+libdir=${pcfiledir}/../libs/gst/check
 includedir=${pcfiledir}/..
 
 Name: GStreamer check unit testing, uninstalled
index 7f5f2bf..62165ce 100644 (file)
@@ -1,7 +1,8 @@
 # the standard variables don't make sense for an uninstalled copy
 prefix=
 exec_prefix=
-libdir=${pcfiledir}/..
+libdir=${pcfiledir}/../libs/gst/net
+
 includedir=${pcfiledir}/..
 
 Name: GStreamer networking library, uninstalled
@@ -9,5 +10,5 @@ Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
 Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
 Version: @VERSION@
 
-Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la
+Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
 Cflags: -I${includedir}