grrr, cut n' paste

This commit is contained in:
Damien Miller 2002-09-30 10:44:40 +10:00
parent 50f6123eef
commit e81a65b1aa
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
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 \