summaryrefslogtreecommitdiff
path: root/ui
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 /ui
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 'ui')
-rw-r--r--ui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 23876d61..50c53707 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -79,7 +79,7 @@ gnome_keyring_prompt@GCR_VERSION_SUFFIX@_CFLAGS = \
$(GTK_CFLAGS)
# Install a link from gnome-keyring-prompt → gnome-keyring-prompt@GCR_VERSION_SUFFIX@ to maintain compatibility
-if HAVE_GTK3
+if WITH_GTK3
install-exec-hook:
@test -e "$(DESTDIR)$(libexecdir)/gnome-keyring-prompt" || (cd $(DESTDIR)$(libexecdir) && $(LN_S) gnome-keyring-prompt@GCR_VERSION_SUFFIX@ gnome-keyring-prompt)
endif