forked from AuroraMiddleware/gtk
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
168 B
Makefile
9 lines
168 B
Makefile
|
|
CC = gcc
|
|
|
|
helloworld2: helloworld2.c
|
|
$(CC) `pkg-config --cflags gtk+-2.0` helloworld2.c -o helloworld2 `pkg-config --libs gtk+-2.0`
|
|
|
|
clean:
|
|
rm -f *.o helloworld2
|