Mercurial > audlegacy-plugins
view src/arts/arts_helper/Makefile @ 1416:e11d83ce8d16
amidiplug: cannot warn user with a UI message anymore if something in playback fails, cause the play func is in a different thread
author | Giacomo Lozito <james@develia.org> |
---|---|
date | Wed, 08 Aug 2007 20:25:13 +0200 |
parents | f5eb1da48084 |
children | cbcb6d2154bd |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk SOURCES = arts_helper.c OBJECTIVE_BINS = audacious-arts-helper LDFLAGS = -Wl,-export-dynamic LIBADD = $(ARTSC_LIBS) CFLAGS += $(ARTSC_CFLAGS) -I../../../intl -I../../.. OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk