|
Lines 9-15
gnome-ssh-askpass1: gnome-ssh-askpass1.c
Link Here
|
| 9 |
gnome-ssh-askpass2: gnome-ssh-askpass2.c |
9 |
gnome-ssh-askpass2: gnome-ssh-askpass2.c |
| 10 |
$(CC) `pkg-config --cflags gtk+-2.0` \ |
10 |
$(CC) `pkg-config --cflags gtk+-2.0` \ |
| 11 |
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ |
11 |
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ |
| 12 |
`pkg-config --libs gtk+-2.0` |
12 |
`pkg-config --libs gtk+-2.0` -lX11 |
| 13 |
|
13 |
|
| 14 |
clean: |
14 |
clean: |
| 15 |
rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass |
15 |
rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass |