view Plugins/General/scrobbler/Makefile.in @ 858:66df1cf8b82f trunk

[svn] - what was that doing here?
author nenolod
date Mon, 20 Mar 2006 10:57:25 -0800
parents d17d96d91e7d
children dff18ce367ab
line wrap: on
line source

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

SUBDIRS = 

OBJECTIVE_LIBS = libscrobbler.so

LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)

LIBADD += $(GTK_LIBS) $(CURL_LIBS) $(MUSICBRAINZ_LIBS)

SOURCES = 			\
	fmt.c			\
	configure.c		\
	gtkstuff.c		\
	md5.c			\
	queue.c			\
	scrobbler.c		\
	xmms_scrobbler.c	\
	tags/tags.c		\
	tags/id3v1.c		\
	tags/id3v2.c		\
	tags/id3genres.c	\
	tags/ape.c		\
	tags/cdaudio.c		\
	tags/itunes.c		\
	tags/unicode.c		\
	tags/vorbis.c		\
	tags/wma.c

CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(CURL_CFLAGS) -I../../../intl -I../../..

OBJECTS = ${SOURCES:.c=.o}