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