openbsd-ports/audio/audacious-plugins/files/Makefile
dcoppa 234abdd653 Add proper header/library checks for the sndio backend within the
autoconf script and tweak the build infrastructure to better integrate
with upstream's way of doing things. From brad.

Enable the MMS transport and sync WANTLIB.
2012-05-11 11:59:31 +00:00

13 lines
288 B
Makefile

PLUGIN = sndio${PLUGIN_SUFFIX}
SRCS = sndio.c
include ../../buildsys.mk
include ../../extra.mk
plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR}
CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${SNDIO_LIBS}