2006-10-27 James Livingston <doclivingston@gmail.com>
[rhythmbox.git] / plugins / iradio / Makefile.am
blobca7ce0e0ab1c3c76c5c36253ce6c1a9ef093404b
1 NULL =
3 plugindir = $(PLUGINDIR)/iradio
4 plugin_LTLIBRARIES = libiradio.la
6 libiradio_la_SOURCES = \
7         rb-iradio-plugin.c                                      \
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
19 INCLUDES =                                              \
20         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
21         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
22         -I$(top_srcdir)                                 \
23         -I$(top_srcdir)/lib                             \
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)"\"                      \
37         $(RHYTHMBOX_CFLAGS)                             \
38         $(WARN_CFLAGS)                                  \
39         $(TOTEM_PLPARSER_CFLAGS)                        \
40         -D_XOPEN_SOURCE -D_BSD_SOURCE
42 gladedir = $(datadir)/rhythmbox/glade
43 glade_DATA =
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
49 BUILT_SOURCES =                                                 \
50         $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)     \
51         $(NULL)
53 plugin_DATA =                   \
54         $(BUILT_SOURCES)        \
55         $(NULL)
57 EXTRA_DIST =                    \
58         $(glade_DATA)           \
59         $(plugin_in_files)      \
60         iradio-ui.xml           \
61         $(NULL)
63 CLEANFILES =                    \
64         $(BUILT_SOURCES)        \
65         $(NULL)
67 DISTCLEANFILES =                \
68         $(BUILT_SOURCES)        \
69         $(NULL)