Mercurial > audlegacy-plugins
view src/null/Makefile @ 401:192004e2a1b7 trunk
[svn] - add connection timeout option to curl_easy_perform(). hopefully, audacious can quit smoothly even though last.fm server goes down.
| author | yaz |
|---|---|
| date | Fri, 29 Dec 2006 04:53:41 -0800 |
| 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
