view src/null/Makefile @ 946:2d06a4e9b032 trunk

[svn] - use a g_cond_wait() to ensure curl has started up before we try to read.
author nenolod
date Thu, 12 Apr 2007 13:22:28 -0700
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