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 \
14 libcd_recorder_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
15 libcd_recorder_la_LIBADD = \
16 $(top_builddir)/lib/librb.la \
18 $(LIBNAUTILUS_BURN_LIBS) \
22 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
23 -DG_LOG_DOMAIN=\"Rhythmbox\" \
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)"\" \
42 $(LIBNAUTILUS_BURN_CFLAGS) \
43 -D_XOPEN_SOURCE -D_BSD_SOURCE \
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
51 $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin) \