From 30d07e262c0574f398577d705091acb68ddbb892 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 9 Sep 2010 09:53:07 +0100 Subject: [PATCH] New pkgconfig subdirectory needs to be added to SUBDIRS as well so it's entered and disted --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 43d3ec8..08ceae8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ - gst-libs gst ext docs m4 tests common po + gst-libs gst ext docs m4 tests common pkgconfig po # include before EXTRA_DIST for win32 assignment include $(top_srcdir)/common/win32.mak -- 2.7.4