aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-04 15:00:44 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-04 15:00:44 +0200
commit61675c0b44f15c2f1760c7f192321e61f174daaa (patch)
tree1d8e5cc6f09fd48a8b695be575b200224af8341f /Makefile.am
parentImported Upstream version 0.8+svn136 (diff)
downloadkrb5-auth-dialog-61675c0b44f15c2f1760c7f192321e61f174daaa.tar.gz
krb5-auth-dialog-61675c0b44f15c2f1760c7f192321e61f174daaa.tar.bz2
krb5-auth-dialog-61675c0b44f15c2f1760c7f192321e61f174daaa.zip
Imported Upstream version 0.8+svn141
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 51c4e5b..2be06e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = secmem gtksecentry src po etpo icons
+SUBDIRS = secmem gtksecentry src po etpo icons preferences
EXTRA_DIST = \
krb5-auth-dialog.spec
bgstack15