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