udapted vi.po
[rhythmbox.git] / plugins / iradio / Makefile.am
blobab6955aec761fbaff17d9ac206eac6f935a11e84
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                    \
18         $(top_builddir)/sources/libsources.la
20 INCLUDES =                                              \
21         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
22         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
23         -I$(top_srcdir)                                 \
24         -I$(top_srcdir)/lib                             \
25         -I$(top_srcdir)/metadata                        \
26         -I$(top_srcdir)/player                          \
27         -I$(top_srcdir)/rhythmdb                        \
28         -I$(top_srcdir)/widgets                         \
29         -I$(top_srcdir)/sources                         \
30         -I$(top_srcdir)/iradio                          \
31         -I$(top_srcdir)/podcast                         \
32         -I$(top_srcdir)/plugins                         \
33         -I$(top_srcdir)/shell                           \
34         -I$(top_srcdir)/backends                        \
35         -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
36         -DSHARE_DIR=\"$(pkgdatadir)\"                   \
37         -DDATADIR=\""$(datadir)"\"                      \
38         $(RHYTHMBOX_CFLAGS)                             \
39         $(WARN_CFLAGS)                                  \
40         $(TOTEM_PLPARSER_CFLAGS)                        \
41         -D_XOPEN_SOURCE -D_BSD_SOURCE
43 gladedir = $(plugindir)
44 glade_DATA =
46 uixmldir = $(plugindir)
47 uixml_DATA = iradio-ui.xml
49 plugin_in_files = iradio.rb-plugin.desktop.in
51 %.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
53 BUILT_SOURCES =                                                 \
54         $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)     \
55         $(NULL)
57 plugin_DATA =                   \
58         $(BUILT_SOURCES)        \
59         $(NULL)
61 EXTRA_DIST =                    \
62         $(glade_DATA)           \
63         $(uixml_DATA)           \
64         $(plugin_in_files)      \
65         $(NULL)
67 CLEANFILES =                    \
68         $(BUILT_SOURCES)        \
69         $(NULL)
71 DISTCLEANFILES =                \
72         $(BUILT_SOURCES)        \
73         $(NULL)