summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-09 09:53:07 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-09 09:53:07 +0100
commit30d07e262c0574f398577d705091acb68ddbb892 (patch)
treed48fe38c5a332db8be3ac7944f8ccab5e2cc79d2 /Makefile.am
parentbafd2cb4c63b7626ef6ef9697f9edf4673c168d7 (diff)
New pkgconfig subdirectory needs to be added to SUBDIRS as well so it's entered and disted
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 43d3ec88b6..08ceae8f85 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