diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b98fbf65..0eccbb0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + SUBDIRS = \ gst sys ext \ - m4 common + m4 common docs EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ |