Mercurial > audlegacy-plugins
view src/Makefile @ 2545:585f2fc4134e
MIDI files were never properly supported (and probably shouldn't be, because
we have separate and working plugins for handling MIDI files), thus references
to MIDI are removed.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 30 Apr 2008 05:01:37 +0300 |
| parents | d9d4b258fbf1 |
| children |
line wrap: on
line source
include ../extra.mk SUBDIRS = ${INPUT_PLUGINS} \ ${OUTPUT_PLUGINS} \ ${EFFECT_PLUGINS} \ ${VISUALIZATION_PLUGINS} \ ${GENERAL_PLUGINS} \ ${CONTAINER_PLUGINS} \ ${TRANSPORT_PLUGINS} include ../buildsys.mk
