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