3 plugindir = $(PLUGINDIR)/iradio
4 plugin_LTLIBRARIES = libiradio.la
6 libiradio_la_SOURCES = \
8 $(top_srcdir)/sources/rb-iradio-source.c \
9 $(top_srcdir)/sources/rb-iradio-source.h \
10 $(top_srcdir)/iradio/rb-new-station-dialog.c \
11 $(top_srcdir)/iradio/rb-new-station-dialog.h \
12 $(top_srcdir)/iradio/rb-station-properties-dialog.c \
13 $(top_srcdir)/iradio/rb-station-properties-dialog.h
15 libiradio_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
16 libiradio_la_LIBADD = \
17 $(top_builddir)/lib/librb.la
20 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
21 -DG_LOG_DOMAIN=\"Rhythmbox\" \
24 -I$(top_srcdir)/metadata \
25 -I$(top_srcdir)/player \
26 -I$(top_srcdir)/rhythmdb \
27 -I$(top_srcdir)/widgets \
28 -I$(top_srcdir)/sources \
29 -I$(top_srcdir)/iradio \
30 -I$(top_srcdir)/podcast \
31 -I$(top_srcdir)/plugins \
32 -I$(top_srcdir)/shell \
33 -I$(top_srcdir)/backends \
34 -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
35 -DSHARE_DIR=\"$(pkgdatadir)\" \
36 -DDATADIR=\""$(datadir)"\" \
39 $(TOTEM_PLPARSER_CFLAGS) \
40 -D_XOPEN_SOURCE -D_BSD_SOURCE
42 gladedir = $(datadir)/rhythmbox/glade
45 plugin_in_files = iradio.rb-plugin.desktop.in
47 %.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
50 $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin) \