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