From 12b60c256b95944184a7b2415e7e63976f648ec8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 3 Apr 2006 09:02:29 +0000 Subject: 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 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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) \ -- cgit