summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-10-06 14:24:40 +0000
committerStef Walter <stef@memberwebs.com>2010-10-06 14:27:06 +0000
commita4ae641aad28db1fa94796e514cc4e8fe264883e (patch)
tree13c5847a27a1bb384b2ecbe0e41f91735f6a09f3 /tool
parent2cc7b68e3e678dcfc0bfcf5c83e12c68d1705607 (diff)
downloadgnome-keyring-a4ae641aad28db1fa94796e514cc4e8fe264883e.tar.gz
[gcr] Fixes for building with GTK+ 2.91.0
Mostly related to no more expose_event and only having draw signal.
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index f79950a4..75c3aa34 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -12,15 +12,15 @@ INCLUDES= \
gnome_keyring@GCR_VERSION_SUFFIX@_SOURCES = \
gkr-tool.c gkr-tool.h \
gkr-tool-import.c
-
+
gnome_keyring@GCR_VERSION_SUFFIX@_CFLAGS = \
-DGCR_API_SUBJECT_TO_CHANGE \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
gnome_keyring@GCR_VERSION_SUFFIX@_LDADD = \
- $(top_builddir)/gck/libgck.la \
$(top_builddir)/gcr/libgcr@GCR_VERSION_SUFFIX@.la \
$(top_builddir)/egg/libegg.la \
+ $(top_builddir)/gck/libgck.la \
$(GTHREAD_LIBS) \
$(GTK_LIBS) \
$(GCRYPT_LIBS) \