aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:26 +0100
committerGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:26 +0100
commit89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7 (patch)
tree0e48a8511c80cb4bf3f1aec55d81c335965d99fb /src/Makefile.am
parentImported Upstream version 0.8+svn128 (diff)
downloadkrb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.gz
krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.bz2
krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.zip
Imported Upstream version 0.8+svn136
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1ff6ac0..a0db9ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,8 @@ krb5_auth_dialog_SOURCES = \
krb5-auth-dialog.h \
krb5-auth-applet.c \
krb5-auth-applet.h \
+ krb5-auth-pwdialog.c \
+ krb5-auth-pwdialog.h \
krb5-auth-gconf.c \
krb5-auth-gconf.h \
krb5-auth-dbus.c \
bgstack15