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