Updated Finnish translation
[rhythmbox.git] / plugins / lirc / Makefile.am
blobcc062508a0d25e38eb3cb992fe50508c1abae790
1 plugindir = $(PLUGINDIR)/lirc
2 plugin_LTLIBRARIES = librblirc.la
4 librblirc_la_SOURCES = \
5         rb-lirc-plugin.c
7 librblirc_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) -llirc_client
9 INCLUDES =                                              \
10         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
11         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
12         -I$(top_srcdir)                                 \
13         -I$(top_srcdir)/lib                             \
14         -I$(top_srcdir)/metadata                        \
15         -I$(top_srcdir)/player                          \
16         -I$(top_srcdir)/rhythmdb                        \
17         -I$(top_srcdir)/widgets                         \
18         -I$(top_srcdir)/sources                         \
19         -I$(top_srcdir)/iradio                          \
20         -I$(top_srcdir)/podcast                         \
21         -I$(top_srcdir)/plugins                         \
22         -I$(top_srcdir)/shell                           \
23         -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
24         -DSHARE_DIR=\"$(pkgdatadir)\"                   \
25         -DDATADIR=\""$(datadir)"\"                      \
26         $(RHYTHMBOX_CFLAGS)                             \
27         $(WARN_CFLAGS)                                  \
28         -D_XOPEN_SOURCE -D_BSD_SOURCE
30 plugin_in_files = lirc.rb-plugin.desktop.in
32 %.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
34 plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
36 EXTRA_DIST = $(plugin_in_files)
38 CLEANFILES = $(plugin_DATA)
39 DISTCLEANFILES = $(plugin_DATA)