Updated Finnish translation
[rhythmbox.git] / plugins / cd-recorder / Makefile.am
blob4038320defb934929cde24c0f578423c9dfc2672
1 NULL =
3 plugindir = $(PLUGINDIR)/cd-recorder
4 plugin_LTLIBRARIES = libcd-recorder.la
6 libcd_recorder_la_SOURCES =                                     \
7         rb-cd-recorder-plugin.c                                 \
8         $(top_srcdir)/player/rb-recorder.h                      \
9         $(top_srcdir)/player/rb-recorder-gst.c                  \
10         $(top_srcdir)/sources/rb-playlist-source-recorder.c     \
11         $(top_srcdir)/sources/rb-playlist-source-recorder.h     \
12         $(NULL)
14 libcd_recorder_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
15 libcd_recorder_la_LIBADD =                              \
16         $(top_builddir)/lib/librb.la                    \
17         $(HAL_LIBS)                                     \
18         $(LIBNAUTILUS_BURN_LIBS)                        \
19         $(NULL)
21 INCLUDES =                                              \
22         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
23         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
24         -I$(top_srcdir)                                 \
25         -I$(top_srcdir)/lib                             \
26         -I$(top_builddir)/lib                           \
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)"\"                      \
39         $(RHYTHMBOX_CFLAGS)                             \
40         $(WARN_CFLAGS)                                  \
41         $(HAL_CFLAGS)                                   \
42         $(LIBNAUTILUS_BURN_CFLAGS)                      \
43         -D_XOPEN_SOURCE -D_BSD_SOURCE                   \
44         $(NULL)
46 plugin_in_files = cd-recorder.rb-plugin.desktop.in
48 %.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 BUILT_SOURCES =                                                 \
51         $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)     \
52         $(NULL)
54 plugin_DATA =                   \
55         $(BUILT_SOURCES)        \
56         $(NULL)
58 EXTRA_DIST =                    \
59         $(plugin_in_files)      \
60         $(NULL)
62 CLEANFILES =                    \
63         $(BUILT_SOURCES)        \
64         $(NULL)
66 DISTCLEANFILES =                \
67         $(BUILT_SOURCES)        \
68         $(NULL)