Mercurial > audlegacy-plugins
view src/pulse_audio/Makefile @ 2897:8eaff6228606
added "directory parameters" for stream, made string constants localizable
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 13 Aug 2008 12:39:21 +0300 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = pulse_audio${PLUGIN_SUFFIX} SRCS = pulse_audio.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += -lpulse ${GTK_LIBS} ${GLIB_LIBS}