view src/arts/arts_helper/Makefile @ 2512:1f6b5f5768e2

Remove some completely useless null-pointer checks, g_free() checks the pointer anyway.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:58:35 +0300
parents 1ad002ce1bd0
children
line wrap: on
line source

PROG = audacious-arts-helper${PROG_SUFFIX}

SRCS = arts_helper.c

include ../../../buildsys.mk
include ../../../extra.mk

CPPFLAGS += ${ARTSC_CFLAGS} -I../../../intl -I../../..
LIBS += ${ARTSC_LIBS}
LDFLAGS += -Wl,-export-dynamic