Mercurial > audlegacy-plugins
view src/Makefile @ 1228:01efa0e5b554
file->handle should be cleared on close, otherwise it can lead to double free.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Tue, 10 Jul 2007 14:21:15 +0900 |
| parents | 5896bd827cbc |
| children | 1b521a30820b |
line wrap: on
line source
include ../mk/rules.mk include ../mk/init.mk SUBDIRS = $(INPUT_PLUGINS) \ $(OUTPUT_PLUGINS) \ $(EFFECT_PLUGINS) \ $(VISUALIZATION_PLUGINS) \ $(GENERAL_PLUGINS) \ $(CONTAINER_PLUGINS) \ $(TRANSPORT_PLUGINS) include ../mk/objective.mk
