Mercurial > audlegacy-plugins
annotate src/scrobbler/Makefile @ 1212:36cc5e56246e trunk
Added title changes event for songchange plugin
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Fri, 06 Jul 2007 17:37:21 +0200 |
| parents | 238055a6cb8f |
| children | c66d632520d1 |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 SUBDIRS = | |
| 5 | |
| 6 OBJECTIVE_LIBS = libscrobbler$(SHARED_SUFFIX) | |
| 7 | |
|
94
230d8b49db8b
[svn] - do not use a different DATA_DIR for audacious-plugins
giacomo
parents:
17
diff
changeset
|
8 imagesdir = $(datadir)/audacious/images |
| 17 | 9 |
| 10 OBJECTIVE_DATA = audioscrobbler.png:$(imagesdir) \ | |
| 11 audioscrobbler_badge.png:$(imagesdir) | |
| 12 | |
| 13 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
| 14 | |
|
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
388
diff
changeset
|
15 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CURL_LIBS) $(MUSICBRAINZ_LIBS) |
| 17 | 16 |
| 17 SOURCES = \ | |
| 18 fmt.c \ | |
| 19 configure.c \ | |
| 20 gtkstuff.c \ | |
| 21 md5.c \ | |
| 22 scrobbler.c \ | |
|
344
03c1ae10bc8d
[svn] - Merge audacious-scrobbler III, new features include:
nenolod
parents:
94
diff
changeset
|
23 gerpok.c \ |
| 346 | 24 plugin.c |
| 17 | 25 |
|
990
238055a6cb8f
[svn] - remove support for hatena music as hatena ceased their musical profile service.
yaz
parents:
578
diff
changeset
|
26 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. -Wall |
| 17 | 27 |
| 28 OBJECTS = ${SOURCES:.c=.o} | |
| 29 | |
| 30 include ../../mk/objective.mk |
