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