Mercurial > audlegacy-plugins
view src/smb/Makefile @ 3192:d1d9b159801a
alsa-ng: Add configuration settings.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 27 Jun 2009 14:53:36 -0500 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = smb${PLUGIN_SUFFIX} SRCS = smb.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} -lsmbclient