summaryrefslogtreecommitdiffstats
path: root/pkgconfig
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-18 09:51:22 +0000
committerDavid Schleef <ds@schleef.org>2003-12-18 09:51:22 +0000
commit92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb (patch)
treefc0bb559cc3d026f5d7d2a6f1e6acd1dbc6dd0ae /pkgconfig
parentef3ed344af7d0eb330f68c85d31acfa9471d1573 (diff)
downloadgst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.tar.gz
gst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.tar.bz2
gst-plugins-bad-92b3b26d6ee76d0d4b488e9e57d3b3424d2649fb.zip
Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-3, plus some caps conversion
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 808545ae..36bca352 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -27,12 +27,12 @@ $(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
### how to generate gconf dir pc files from their pc.in files
### somebody smart could figure out how to fold this back into one rule
-$(srcdir)/../gst-libs/gst/gconf/gstreamer-gconf*.pc:
- cd $(srcdir)/../gst-libs/gst/gconf && make gstreamer-gconf.pc gstreamer-gconf-uninstalled.pc
+$(top_builddir)/gst-libs/gst/gconf/gstreamer-gconf*.pc:
+ cd $(top_builddir)/gst-libs/gst/gconf && make gstreamer-gconf.pc gstreamer-gconf-uninstalled.pc
### how to generate pc files from base .pc file in other dir
$(pcfiles_gconf): gstreamer-gconf-@GST_MAJORMINOR@%.pc: \
- $(srcdir)/../gst-libs/gst/gconf/gstreamer-gconf%.pc
+ $(top_builddir)/gst-libs/gst/gconf/gstreamer-gconf%.pc
cp $< $@
pkgconfigdir = $(libdir)/pkgconfig