summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-03-29 15:14:25 +1100
committerDamien Miller <djm@mindrot.org>2021-03-29 15:14:25 +1100
commit71241fc05db4bbb11bb29340b44b92e2575373d8 (patch)
tree6e96655071068eda488f6bc6f0ca189ecdb10138
parent8a9520836e71830f4fccca066dba73fea3d16bda (diff)
gnome-ssh-askpass3 is a valid target here
-rw-r--r--contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 3a36387b..1cc5b630 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,7 +1,7 @@
PKG_CONFIG = pkg-config
all:
- @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
+ @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssk-askpass3"
gnome-ssh-askpass1: gnome-ssh-askpass1.c
$(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \