Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
Fri Nov 2 10:21:03 2001 Owen Taylor <otaylor@redhat.com> * examples/**/Makefile.am: Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
CC = gcc
|
||||
|
||||
rulers: rulers.c
|
||||
$(CC) `gtk-config --cflags` rulers.c -o rulers `gtk-config --libs`
|
||||
$(CC) `pkg-config --cflags gtk+-2.0` rulers.c -o rulers `pkg-config --libs gtk+-2.0`
|
||||
|
||||
clean:
|
||||
rm -f *.o rulers
|
||||
|
||||
Reference in New Issue
Block a user