view src/Makefile @ 2152:8a5231ff9c4f

- Use a single lock for the ring buffer and the condition variable
author Ralf Ertzinger <ralf@skytale.net>
date Sun, 04 Nov 2007 14:05:16 +0100
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