diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:29:02 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:29:02 +0200 |
commit | 279a8cbf7ce72e92632266a32a36af9eba2bda78 (patch) | |
tree | befc32d5d6b05b9c36b656406c935d765717e8d5 /gtksecentry/Makefile.am | |
parent | set a default icon (diff) | |
parent | Imported Upstream version 0.7.git30891fc (diff) | |
download | krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.gz krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.bz2 krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.zip |
Merge branch 'upstream'
Diffstat (limited to 'gtksecentry/Makefile.am')
-rw-r--r-- | gtksecentry/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtksecentry/Makefile.am b/gtksecentry/Makefile.am new file mode 100644 index 0000000..4c15a5a --- /dev/null +++ b/gtksecentry/Makefile.am @@ -0,0 +1,7 @@ +AM_CPPFLAGS = $(GTK_CFLAGS) \ + -I$(top_srcdir)/secmem -I$(top_srcdir)/gtksecentry + +noinst_LIBRARIES = libgtksecentry.a + +libgtksecentry_a_SOURCES = gtksecentry.c gtksecentry.h + |