mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +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
138 B
Makefile
9 lines
138 B
Makefile
|
|
CC = gcc
|
|
|
|
frame: frame.c
|
|
$(CC) `pkg-config --cflags gtk+-2.0` frame.c -o frame `pkg-config --libs gtk+-2.0`
|
|
|
|
clean:
|
|
rm -f *.o frame
|