diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:27:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:27:22 +0000 |
commit | dcb3cec6a061b15e7de5e9149f7abf2f53f6fc51 (patch) | |
tree | 892417a2320289562ed7d83f35d0e9782a456631 /Makefile.am | |
parent | e81fb05e74b21f3a77c0cb7cb1f91629dbb0bc6e (diff) |
merge from BRANCH-RELEASE-0_4_0
Original commit message from CVS:
merge from BRANCH-RELEASE-0_4_0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fbbf7b2d1..4564aa538 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,14 +25,13 @@ SUBDIRS = include gst libs tools \ # These are all the possible subdirs DIST_SUBDIRS = include libs gst tools tests testsuite examples docs - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gstreamer.pc EXTRA_DIST = gstreamer.spec.in \ gstreamer.pc.in gstreamer-uninstalled.pc.in \ configure.ac autogen.sh depcomp \ - LICENSE REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \ + REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \ idiottest.mak common dist-hook: |