aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fde6c4d..b68bd09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,18 @@
NULL =
-SUBDIRS = secmem gtksecentry src po etpo icons preferences
+SUBDIRS = secmem gtksecentry src po etpo icons preferences help
EXTRA_DIST = \
krb5-auth-dialog.spec \
MAINTAINERS \
+ gnome-doc-utils.make \
$(NULL)
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = \
+ intltool-extract \
+ intltool-merge \
+ intltool-update \
+ gnome-doc-utils.make \
+ $(NULL)
+
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
bgstack15