Mercurial > audlegacy
view src/libguess/Makefile @ 2999:e6340ab753a1 trunk
replace calling redraw signals with gtk_widget_queue_draw()
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Sat, 07 Jul 2007 18:56:43 +0200 |
parents | ecfb79d60c3a |
children | e9f66c3905ec |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS_NOINST = libguess.a OBJECTIVE_SONAME_SUFFIX = 0.2.0 LDFLAGS += -Wl,-export-dynamic CFLAGS += $(PICFLAGS) SOURCES = \ guess.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk