]> Pileus Git - ~andy/gtk/blobdiff - examples/fixed/Makefile
Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
[~andy/gtk] / examples / fixed / Makefile
index c7fc2474eb907756ce8ceca900a0de8c0643d8b9..4fe88024bd74b819cdad4d91dca6d6546b548397 100644 (file)
@@ -2,7 +2,7 @@
 CC = gcc
 
 fixed: fixed.c 
-       $(CC) `gtk-config --cflags`  fixed.c -o fixed `gtk-config --libs`
+       $(CC) `pkg-config --cflags gtk+-2.0`  fixed.c -o fixed `pkg-config --libs gtk+-2.0`
 
 clean: 
        rm -f *.o fixed