Mercurial > audlegacy-plugins
view src/null/Makefile @ 1723:ff587f35467a
Made arts's use of OutputPlugin look more like OSS and alsa's so that the plugin will actually function
| author | Daniel Bradshaw <nazca.audacious@the-cell.co.uk> |
|---|---|
| date | Tue, 18 Sep 2007 12:47:51 +0000 |
| parents | ad8e44bcdf8a |
| children | da78a435e90e |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libnull${SHARED_SUFFIX} LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR} SOURCES = null.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += ${PICFLAGS} \ -I../.. include ../../mk/objective.mk
