Mercurial > audlegacy-plugins
view src/null/Makefile @ 1216:cc04ccffaa8d
ignore the VMIX balance setting until it gets fixed by the OSS4 devs
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sun, 08 Jul 2007 22:26:25 +0300 |
| 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
