summaryrefslogtreecommitdiff
path: root/examples/wheelbarrow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wheelbarrow/Makefile')
-rw-r--r--examples/wheelbarrow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wheelbarrow/Makefile b/examples/wheelbarrow/Makefile
index 1bc9696c2..b004ca918 100644
--- a/examples/wheelbarrow/Makefile
+++ b/examples/wheelbarrow/Makefile
@@ -2,7 +2,7 @@
CC = gcc
wheelbarrow: wheelbarrow.c
- $(CC) `gtk-config --cflags` wheelbarrow.c -o wheelbarrow `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` wheelbarrow.c -o wheelbarrow `pkg-config --libs gtk+-2.0`
clean:
rm -f *.o wheelbarrow