Mercurial > audlegacy-plugins
annotate src/scrobbler/Makefile @ 2605:ecd8b5653c30
add ui_skinned_equalizer_slider
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Wed, 21 May 2008 14:23:38 +0200 |
parents | f9ccfae6a5f6 |
children | 7d6d9eebb826 |
rev | line source |
---|---|
1882 | 1 PLUGIN = scrobbler${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1882 | 3 SRCS = fmt.c \ |
4 configure.c \ | |
5 gtkstuff.c \ | |
6 scrobbler.c \ | |
7 gerpok.c \ | |
8 plugin.c | |
9 | |
10 DATA = images/audioscrobbler.png \ | |
11 images/audioscrobbler_badge.png | |
12 | |
13 include ../../buildsys.mk | |
1795 | 14 include ../../extra.mk |
17 | 15 |
1795 | 16 PACKAGE = audacious |
17 | 17 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
18 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
19 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
20 CFLAGS += ${PLUGIN_CFLAGS} |
2528
134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
21 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${BEEP_DEFINES} ${CURL_CFLAGS} -I../.. |
2601
f9ccfae6a5f6
Oops, forgot to link scrobbler plugin with libaudutil. Fixed.
Matti Hamalainen <ccr@tnsp.org>
parents:
2599
diff
changeset
|
22 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${CURL_LIBS} ${MUSICBRAINZ_LIBS} ${MOWGLI_LIBS} -laudutil |