mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
include CFLAGS in gnome askpass targets
from Fedora
This commit is contained in:
parent
48b68ce19c
commit
2048f85a5e
@ -4,12 +4,12 @@ all:
|
|||||||
@echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
|
@echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
|
||||||
|
|
||||||
gnome-ssh-askpass1: gnome-ssh-askpass1.c
|
gnome-ssh-askpass1: gnome-ssh-askpass1.c
|
||||||
$(CC) `gnome-config --cflags gnome gnomeui` \
|
$(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \
|
||||||
gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
|
gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
|
||||||
`gnome-config --libs gnome gnomeui`
|
`gnome-config --libs gnome gnomeui`
|
||||||
|
|
||||||
gnome-ssh-askpass2: gnome-ssh-askpass2.c
|
gnome-ssh-askpass2: gnome-ssh-askpass2.c
|
||||||
$(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
|
$(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
|
||||||
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
|
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
|
||||||
`$(PKG_CONFIG) --libs gtk+-2.0 x11`
|
`$(PKG_CONFIG) --libs gtk+-2.0 x11`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user