234abdd653
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.
13 lines
288 B
Makefile
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}
|