summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-03 09:02:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-03 09:02:29 +0000
commit12b60c256b95944184a7b2415e7e63976f648ec8 (patch)
tree232a4061516725d4f16bdd30a725c38ccdf2aa1c /Makefile.am
parent56640c96217908a9062295fbe5e5ba8630b68bb3 (diff)
add a .pc file so other modules can use good plugins in tests
Original commit message from CVS: * Makefile.am: * configure.ac: * pkgconfig/.cvsignore: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in: add a .pc file so other modules can use good plugins in tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 40ea7774..76a0a83d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,9 @@ ALWAYS_SUBDIRS = \
tests \
docs \
po \
- m4 common
+ common \
+ m4 \
+ pkgconfig
SUBDIRS = \
$(ALWAYS_SUBDIRS) \