aboutsummaryrefslogtreecommitdiff
path: root/gtksecentry/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-06-19 15:27:57 +0200
committerGuido Günther <agx@sigxcpu.org>2010-06-19 15:27:57 +0200
commitdaedd98264fd9aa755f3122d46ce27f93e08cfca (patch)
tree482a9e1683593e017f49a1fecb230c87c038f22b /gtksecentry/Makefile.am
parentImported Upstream version 0.16~rc1 (diff)
downloadkrb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.gz
krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.bz2
krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.zip
Imported Upstream version 0.16~rc2
Diffstat (limited to 'gtksecentry/Makefile.am')
-rw-r--r--gtksecentry/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtksecentry/Makefile.am b/gtksecentry/Makefile.am
index 4c15a5a..2daf7ed 100644
--- a/gtksecentry/Makefile.am
+++ b/gtksecentry/Makefile.am
@@ -1,7 +1,12 @@
+NULL =
+
AM_CPPFLAGS = $(GTK_CFLAGS) \
-I$(top_srcdir)/secmem -I$(top_srcdir)/gtksecentry
noinst_LIBRARIES = libgtksecentry.a
-libgtksecentry_a_SOURCES = gtksecentry.c gtksecentry.h
+libgtksecentry_a_SOURCES = \
+ gtksecentry.c \
+ gtksecentry.h \
+ gseal-gtk-compat.h
bgstack15