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