1 plugindir = $(PLUGINDIR)
2 #plugin_LTLIBRARIES = libsample.la
3 noinst_LTLIBRARIES = libsample.la
5 libsample_la_SOURCES = \
8 libsample_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
11 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
12 -DG_LOG_DOMAIN=\"Rhythmbox\" \
15 -I$(top_srcdir)/metadata \
16 -I$(top_srcdir)/player \
17 -I$(top_srcdir)/rhythmdb \
18 -I$(top_srcdir)/widgets \
19 -I$(top_srcdir)/sources \
20 -I$(top_srcdir)/iradio \
21 -I$(top_srcdir)/podcast \
22 -I$(top_srcdir)/plugins \
23 -I$(top_srcdir)/shell \
24 -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
25 -DSHARE_DIR=\"$(pkgdatadir)\" \
26 -DDATADIR=\""$(datadir)"\" \
29 -D_XOPEN_SOURCE -D_BSD_SOURCE
31 gladedir = $(datadir)/rhythmbox/glade
34 plugin_in_files = sample.rb-plugin.desktop.in
36 %.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
38 #plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
40 EXTRA_DIST = $(glade_DATA) $(plugin_in_files)
42 CLEANFILES = $(plugin_DATA)
43 DISTCLEANFILES = $(plugin_DATA)