Mercurial > audlegacy-plugins
view src/scrobbler/Makefile @ 2479:3974729876c0
update Japanese translation
author | VDR dai (audacious) <d+audacious@vdr.jp> |
---|---|
date | Mon, 31 Mar 2008 15:02:24 +0900 |
parents | ae36702ffcf9 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = scrobbler${PLUGIN_SUFFIX} SRCS = fmt.c \ configure.c \ gtkstuff.c \ md5.c \ scrobbler.c \ gerpok.c \ plugin.c DATA = images/audioscrobbler.png \ images/audioscrobbler_badge.png include ../../buildsys.mk include ../../extra.mk PACKAGE = audacious plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BEEP_DEFINES} ${CURL_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${CURL_LIBS} ${MUSICBRAINZ_LIBS} ${MOWGLI_LIBS}