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