diff options
author | Stef Walter <stef@memberwebs.com> | 2010-09-01 03:16:10 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-09-01 03:16:10 +0000 |
commit | 2b308e57df63d4ac0de3f3469ef4c48efe77d8a6 (patch) | |
tree | 3ad18d25c2799ec693569399ff62d1fa29248034 /ui | |
parent | 41853fa7f5af2440be5e1008ee665e0be10343fe (diff) | |
download | gnome-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.am | 2 |
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 |