uninstalled pkgconfig fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 27 Apr 2003 11:34:56 +0000 (11:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 27 Apr 2003 11:34:56 +0000 (11:34 +0000)
Original commit message from CVS:
uninstalled pkgconfig fixes

pkgconfig/Makefile.am
pkgconfig/gstreamer-libs-uninstalled.pc.in

index 9692616..7c136f2 100644 (file)
@@ -37,6 +37,7 @@ pkgconfig_DATA = \
        gstreamer-libs-@GST_MAJORMINOR@.pc \
        gstreamer-play-@GST_MAJORMINOR@.pc
 
+CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
 EXTRA_DIST= \
            gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
            gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in
index 0657218..3ce3d6d 100644 (file)
@@ -2,4 +2,8 @@ Name: GStreamer Uninstalled Media-Specific Libraries
 Description: Streaming-media framework media-specific libraries, not installed
 Version: @VERSION@
 Requires: gstreamer = @VERSION@
-Cflags: -I${pcfiledir}/gst-libs
+Libs: -L${pcfiledir}/../gst-libs/gst/gconf \
+       -L${pcfiledir}/../gst-libs/gst/audio \
+       -L${pcfiledir}/../gst-libs/gst/video \
+       -L${pcfiledir}/../gst-libs/gst/play
+Cflags: -I${pcfiledir}/../gst-libs