view src/sun/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 550c9e382cf8
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

sunsources =	sun.c	    \
		audio.c	    \
		convert.c   \
		mixer.c	    \
		configure.c \
		about.c

LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX)

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../..
LIBADD = $(GTK_LIBS)
SOURCES= $(sunsources)
OBJECTS= ${SOURCES:.c=.o}

include ../../mk/objective.mk