1 plugindir = $(PLUGINDIR)/ipod
2 plugin_LTLIBRARIES = libipod.la
6 $(top_srcdir)/sources/rb-ipod-source.c \
7 $(top_srcdir)/sources/rb-ipod-source.h
9 libipod_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
11 $(top_builddir)/lib/librb.la \
16 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
17 -DG_LOG_DOMAIN=\"Rhythmbox\" \
20 -I$(top_srcdir)/metadata \
21 -I$(top_srcdir)/player \
22 -I$(top_srcdir)/rhythmdb \
23 -I$(top_srcdir)/widgets \
24 -I$(top_srcdir)/sources \
25 -I$(top_srcdir)/iradio \
26 -I$(top_srcdir)/podcast \
27 -I$(top_srcdir)/plugins \
28 -I$(top_srcdir)/shell \
29 -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
30 -DSHARE_DIR=\"$(pkgdatadir)\" \
31 -DDATADIR=\""$(datadir)"\" \
36 -D_XOPEN_SOURCE -D_BSD_SOURCE
38 plugin_in_files = ipod.rb-plugin.desktop.in
40 %.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
42 plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
44 EXTRA_DIST = $(plugin_in_files)
46 CLEANFILES = $(plugin_DATA)
47 DISTCLEANFILES = $(plugin_DATA)