Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1867:f83e1be5b3fa
Fix ALSA plugin's Makefile.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 17:24:25 +0300 |
| parents | d447ee6c8bc0 |
| children |
line wrap: on
line source
include ../../../extra.mk STATIC_LIB_NOINST = libtimidity.a SRCS = \ common.c \ instrum.c \ instrum_dls.c \ mix.c \ output.c \ playmidi.c \ readmidi.c \ resample.c \ stream.c \ tables.c \ timidity.c include ../../../buildsys.mk CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += -I../../.. $(GLIB_CFLAGS)
