Mercurial > audlegacy-plugins
diff src/scrobbler/Makefile @ 344:03c1ae10bc8d trunk
[svn] - Merge audacious-scrobbler III, new features include:
+ Gerpok support
+ Better queue management
| author | nenolod |
|---|---|
| date | Fri, 08 Dec 2006 19:31:43 -0800 |
| parents | 230d8b49db8b |
| children | 76047737ea49 |
line wrap: on
line diff
--- a/src/scrobbler/Makefile Fri Dec 08 17:52:54 2006 -0800 +++ b/src/scrobbler/Makefile Fri Dec 08 19:31:43 2006 -0800 @@ -19,8 +19,8 @@ configure.c \ gtkstuff.c \ md5.c \ - queue.c \ scrobbler.c \ + gerpok.c \ xmms_scrobbler.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../..
