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