Updated Finnish translation
[rhythmbox.git] / plugins / sample / Makefile.am
blob1396631eaa194ed3fce40d62ca7f9f3f421f9fbf
1 plugindir = $(PLUGINDIR)
2 #plugin_LTLIBRARIES = libsample.la
3 noinst_LTLIBRARIES = libsample.la
5 libsample_la_SOURCES = \
6         rb-sample-plugin.c
7         
8 libsample_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
10 INCLUDES =                                              \
11         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
12         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
13         -I$(top_srcdir)                                 \
14         -I$(top_srcdir)/lib                             \
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)"\"                      \
27         $(RHYTHMBOX_CFLAGS)                             \
28         $(WARN_CFLAGS)                                  \
29         -D_XOPEN_SOURCE -D_BSD_SOURCE
31 gladedir = $(datadir)/rhythmbox/glade
32 glade_DATA =
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)