diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e7debfc22..ae2e7daaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,13 +7,13 @@ GCONF_DIR = SUBDIRS = \ gst sys ext gst-libs \ $(GCONF_DIR) \ - m4 common + m4 common po # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ gst sys ext gst-libs \ - m4 common + m4 common po EXTRA_DIST = \ gst-plugins.spec depcomp \ |