diff options
Diffstat (limited to 'examples/pixmap/Makefile')
-rw-r--r-- | examples/pixmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pixmap/Makefile b/examples/pixmap/Makefile index 9d99ca271f..7e421f7cb5 100644 --- a/examples/pixmap/Makefile +++ b/examples/pixmap/Makefile @@ -2,7 +2,7 @@ CC = gcc pixmap: pixmap.c - $(CC) `gtk-config --cflags` pixmap.c -o pixmap `gtk-config --libs` + $(CC) `pkg-config --cflags gtk+-2.0` pixmap.c -o pixmap `pkg-config --libs gtk+-2.0` clean: rm -f *.o pixmap |