Mercurial > audlegacy-plugins
view src/timidity/libtimidity/Makefile @ 1870:2a5ee6ed598d
console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Makefile to actually build the plugin correctly.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 18:16: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)
