3 plugindir = $(PLUGINDIR)/audioscrobbler
4 plugin_LTLIBRARIES = libaudioscrobbler.la
6 libaudioscrobbler_la_SOURCES = \
7 rb-audioscrobbler-plugin.c \
14 libaudioscrobbler_la_SOURCES += rb-lastfm-gst-src.c
17 libaudioscrobbler_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
18 libaudioscrobbler_la_LIBADD = \
19 $(top_builddir)/lib/librb.la \
23 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
24 -DG_LOG_DOMAIN=\"Rhythmbox\" \
27 -I$(top_srcdir)/metadata \
28 -I$(top_srcdir)/player \
29 -I$(top_srcdir)/rhythmdb \
30 -I$(top_srcdir)/widgets \
31 -I$(top_srcdir)/sources \
32 -I$(top_srcdir)/iradio \
33 -I$(top_srcdir)/podcast \
34 -I$(top_srcdir)/plugins \
35 -I$(top_srcdir)/shell \
36 -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
37 -DSHARE_DIR=\"$(pkgdatadir)\" \
38 -DDATADIR=\""$(datadir)"\" \
42 -D_XOPEN_SOURCE -D_BSD_SOURCE
44 plugin_in_files = audioscrobbler.rb-plugin.desktop.in
46 %.rb-plugin: %.rb-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
49 $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin) \