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