view src/Makefile @ 2172:2c6a11b88271

Reset the volume to 100 when we stop playback. That way, apps that start after Audacious will have the correct volume. A fix that sets the volume on playback start will follow.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sun, 18 Nov 2007 12:19:12 +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