mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
ca21695fe9
Fri Nov 2 10:21:03 2001 Owen Taylor <otaylor@redhat.com> * examples/**/Makefile.am: Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro)
9 lines
188 B
Makefile
9 lines
188 B
Makefile
|
|
CC = gcc
|
|
|
|
scribble-xinput: scribble-xinput.c
|
|
$(CC) `pkg-config --cflags gtk+-2.0` scribble-xinput.c -o scribble-xinput `pkg-config --libs gtk+-2.0`
|
|
|
|
clean:
|
|
rm -f *.o scribble-xinput
|