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