Mercurial > audlegacy-plugins
view src/m3u/Makefile @ 3174:8106e1b31115
alsa-ng: alsaplug_written_time(), alsaplug_output_time(): Lock pcm_state_mutex.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 16:12:30 -0500 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = m3u${PLUGIN_SUFFIX} SRCS = m3u.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${CONTAINER_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../.. -Wall LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}