diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-29 00:03:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-29 00:03:39 +0000 |
commit | 4125b1a3a149b8d9f42888b06a39fed965b71832 (patch) | |
tree | 9f71a6f5915c963bcf202ca05511312d599e37ce /pkgconfig | |
parent | 7786c9d322bc4790281ef7229f835cac8d7be3b7 (diff) |
fixing pkg-config stuff
Original commit message from CVS:
fixing pkg-config stuff
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 80f11af1e..ecc0dd372 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -32,9 +32,6 @@ gstreamer-gconf-@GST_MAJORMINOR@-uninstalled.pc: \ $(srcdir)/../gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc cp $< $@ -gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4 - cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4 - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ $(GCONF_PC) \ |