diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-03-22 08:35:57 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-03-22 08:35:57 +0100 |
commit | 7e75b71851f1ef45bf9c2cd4fa96a3e8681482c4 (patch) | |
tree | 6c28d1dae20feab59ebd1398f1561b029948e925 /pkgconfig/gstreamer-interfaces-uninstalled.pc.in | |
parent | 197fe6d0d1b3a9c2d8816d1540b3b9914e6cbf1a (diff) |
pkgconfig: Fix include and library paths for the uninstalled pc files
Diffstat (limited to 'pkgconfig/gstreamer-interfaces-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-interfaces-uninstalled.pc.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in index 77d2d7dbc..90dd7405a 100644 --- a/pkgconfig/gstreamer-interfaces-uninstalled.pc.in +++ b/pkgconfig/gstreamer-interfaces-uninstalled.pc.in @@ -1,13 +1,14 @@ +# the standard variables don't make sense for an uninstalled copy prefix= exec_prefix= -libdir=${pcfiledir}/../gst-libs/gst/interfaces -includedir=${pcfiledir}/../gst-libs +libdir= +# includedir is builddir because it is used to find gstconfig.h in places +includedir=@abs_top_builddir@/gst-libs Name: GStreamer Interfaces Library, Uninstalled Description: Interfaces for GStreamer elements, uninstalled Version: @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ - -Libs: -L${libdir} ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la -Cflags: -I${includedir} -I@srcdir@/../gst-libs +Libs: @abs_top_builddir@/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs |