diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-29 01:07:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-29 01:07:08 +0000 |
commit | e0128e10b83ef1123689427dbbb0c54ca76b3c10 (patch) | |
tree | 03419a1ce4c88ff72f7cd57bf6c67557bd4cead3 /pkgconfig | |
parent | d84bbd426c6083066786776a587ec37e73dca02f (diff) | |
download | gst-plugins-bad-e0128e10b83ef1123689427dbbb0c54ca76b3c10.tar.gz gst-plugins-bad-e0128e10b83ef1123689427dbbb0c54ca76b3c10.tar.bz2 gst-plugins-bad-e0128e10b83ef1123689427dbbb0c54ca76b3c10.zip |
a final pkgconfig fix
Original commit message from CVS:
a final pkgconfig fix
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 79a94ed1..9692616d 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -16,8 +16,7 @@ pcfiles_uninstalled = \ all-local: $(pcfiles) $(pcfiles_uninstalled) \ $(GCONF_PC) \ - $(GCONF_PC_UNINSTALLED) \ - gst-element-check-@GST_MAJORMINOR@.m4 + $(GCONF_PC_UNINSTALLED) ### how to generate pc files $(pcfiles): %-@GST_MAJORMINOR@.pc: %.pc |