gtk2/examples/pixmap/Makefile
Jay Cox a77c4da512 forward declaration for gtk_window_paint declare xid_ht static get the
1998-11-07  Jay Cox  <jaycox@earthlink.net>

	* gtk/gtkwindow.c: forward declaration for gtk_window_paint
	* gdk/gdkxid.c: declare xid_ht static
	* examples/*/Makefile: get the link ordering right.
1998-11-07 16:12:37 +00:00

9 lines
125 B
Makefile

CC = gcc
pixmap: pixmap.c
$(CC) `gtk-config --cflags` pixmap.c -o pixmap `gtk-config --libs`
clean:
rm -f *.o pixmap