]> andersk Git - openssh.git/commitdiff
- (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak README
authordjm <djm>
Mon, 30 Sep 2002 00:40:39 +0000 (00:40 +0000)
committerdjm <djm>
Mon, 30 Sep 2002 00:40:39 +0000 (00:40 +0000)
ChangeLog
contrib/Makefile [new file with mode: 0644]
contrib/README

index 3c94798cbcc77b6a88e8507b0fae53e82ccc2d01..19f8a03f82b519a3f6286c2c14a9a251a75acf72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20020930
+ - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak README
+
 20020927
  - (djm) OpenBSD CVS Sync
    - markus@cvs.openbsd.org 2002/09/25 11:17:16
diff --git a/contrib/Makefile b/contrib/Makefile
new file mode 100644 (file)
index 0000000..9bdb95f
--- /dev/null
@@ -0,0 +1,20 @@
+all:
+       @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
+
+gnome-ssh-askpass2: gnome-ssh-askpass2.c
+       $(CC) `pkg-config --cflags gtk+-2.0` \
+               gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
+               `pkg-config --libs gtk+-2.0`
+
+gnome-ssh-askpass1: gnome-ssh-askpass1.c
+       $(CC) `gnome-config --cflags gnome gnomeui` \
+               gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
+               `gnome-config --libs gnome gnomeui`
+
+gnome-ssh-askpass2: gnome-ssh-askpass2.c
+       $(CC) `pkg-config --cflags gtk+-2.0` \
+               gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
+               `pkg-config --libs gtk+-2.0`
+
+clean:
+       rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
index 407152dcc129227c879708bbe8efaf9759b82806..67dbbd27786d7fb586d376fae6ce9f5086b293ba 100644 (file)
@@ -32,8 +32,8 @@ your public key to a remote machine's ~/.ssh/authorized_keys file.
 
 gnome-ssh-askpass[12]:
 
-A GNOME and Gtk2 passphrase requesters. Compilation instructions
-are in the top of the files.
+A GNOME and Gtk2 passphrase requesters. Use "make gnome-ssh-askpass1" or
+"make gnome-ssh-askpass2" to build.
 
 sshd.pam.generic:
 
This page took 0.059693 seconds and 5 git commands to generate.