diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-15 08:38:02 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-15 08:38:02 +0000 |
commit | e71d00b4b3de563171eda600fdf8c4329d8ea61f (patch) | |
tree | de367b7b358b82771665cd51fed0b5cb164cf63e /pkgconfig | |
parent | 21edace20affff9b42d0db427525817663319d7b (diff) | |
download | gstreamer-plugins-bad-e71d00b4b3de563171eda600fdf8c4329d8ea61f.tar.gz |
nonsrcdir build fixes
Original commit message from CVS:
nonsrcdir build fixes
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 808545ae4..36bca3529 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 |