summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-09-01 03:16:10 +0000
committerStef Walter <stef@memberwebs.com>2010-09-01 03:16:10 +0000
commit2b308e57df63d4ac0de3f3469ef4c48efe77d8a6 (patch)
tree3ad18d25c2799ec693569399ff62d1fa29248034 /tool
parent41853fa7f5af2440be5e1008ee665e0be10343fe (diff)
downloadgnome-keyring-2b308e57df63d4ac0de3f3469ef4c48efe77d8a6.tar.gz
Minor fine tuning of GTK+ 3.0 build support.
https://bugzilla.gnome.org/show_bug.cgi?id=624570
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 01fc9d8b..f5b99c7c 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -26,7 +26,7 @@ gnome_keyring@GCR_VERSION_SUFFIX@_LDADD = \
$(DAEMON_LIBS)
# Install a link from gnome-keyring → gnome-keyring@GCR_VERSION_SUFFIX@ to maintain compatibility
-if HAVE_GTK3
+if WITH_GTK3
install-exec-hook:
@test -e "$(DESTDIR)$(bindir)/gnome-keyring" || (cd $(DESTDIR)$(bindir) && $(LN_S) gnome-keyring@GCR_VERSION_SUFFIX@ gnome-keyring)
endif