aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:45 +0200
committerGuido Günther <agx@sigxcpu.org>2009-06-15 18:18:45 +0200
commit2010fc2e813ac24e35416edea553eaef938e3bd3 (patch)
treed09be582816353cb3167447f1e43ba8f7de9ab2f /src/Makefile.am
parentdocument changes and release 0.10-1 (diff)
parentImported Upstream version 0.11 (diff)
downloadkrb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.gz
krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.tar.bz2
krb5-auth-dialog-2010fc2e813ac24e35416edea553eaef938e3bd3.zip
Merge commit 'upstream/0.11'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ed10e3f..cd016d3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,6 +33,8 @@ krb5_auth_dialog_SOURCES = \
krb5-auth-gconf-tools.h \
krb5-auth-dbus.c \
krb5-auth-dbus.h \
+ krb5-auth-tools.c \
+ krb5-auth-tools.h \
dummy-strings.c \
$(NULL)
@@ -40,7 +42,9 @@ krb5_auth_dialog_CPPFLAGS = \
-I$(top_srcdir)/gtksecentry \
-I$(top_srcdir)/secmem \
-DKA_DATA_DIR=\""$(pkgdatadir)"\" \
+ -DDATA_DIR=\""$(datadir)"\" \
-DLOCALE_DIR=\""$(localedir)/"\" \
+ -DBIN_DIR=\""$(bindir)/"\" \
$(AM_CPPFLAGS) \
$(NULL)
bgstack15