]> Pileus Git - ~andy/gtk/blob - examples/scribble-xinput/Makefile
Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
[~andy/gtk] / examples / scribble-xinput / Makefile
1
2 CC = gcc
3
4 scribble-xinput: scribble-xinput.c 
5         $(CC) `pkg-config --cflags gtk+-2.0`  scribble-xinput.c -o scribble-xinput `pkg-config --libs gtk+-2.0`
6
7 clean: 
8         rm -f *.o scribble-xinput