View | Details | Raw Unified | Return to bug 1725
Collapse All | Expand All

(-)b/contrib/Makefile (-2 / +2 lines)
Lines 7-15 Link Here
7
		`gnome-config --libs gnome gnomeui`
7
		`gnome-config --libs gnome gnomeui`
8
8
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 x11` \
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 x11`
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

Return to bug 1725