Updated Finnish translation
[rhythmbox.git] / plugins / Makefile.am
blob38efd1563aa95a3b5bad29d00b15a4e111f5b441
1 ## arch-tag: Automake rules for Rhythmbox's plugin system
3 SUBDIRS =                                               \
4         generic-player                                  \
5         power-manager                                   \
6         audiocd                                         \
7         iradio                                          \
8         sample
10 if WITH_AUDIOSCROBBLER
11 SUBDIRS += audioscrobbler
12 endif
14 if WITH_LIRC
15 SUBDIRS += lirc
16 endif
18 if ENABLE_PYTHON
19 SUBDIRS +=                                              \
20         pythonconsole                                   \
21         sample-python                                   \
22         artdisplay                                      \
23         lyrics                                          \
24         magnatune                                       \
25         rb
26 endif
28 if USE_IPOD
29 SUBDIRS += ipod
30 endif
32 if USE_CD_BURNING
33 SUBDIRS += cd-recorder
34 endif
36 noinst_LTLIBRARIES = librbplugins.la
38 librbplugins_la_SOURCES =                               \
39         rb-plugin.h                                     \
40         rb-plugin.c                                     \
41         rb-module.c                                     \
42         rb-module.h                                     \
43         rb-plugin-manager.h                             \
44         rb-plugin-manager.c                             \
45         rb-plugins-engine.h                             \
46         rb-plugins-engine.c
48 INCLUDES =                                              \
49         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
50         -DSHARE_DIR=\"$(pkgdatadir)\"                   \
51         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
52         -I$(top_srcdir)                                 \
53         -I$(top_srcdir)/lib                             \
54         -I$(top_builddir)/lib                           \
55         -I$(top_srcdir)/player                          \
56         -I$(top_srcdir)/metadata                        \
57         -I$(top_srcdir)/rhythmdb                        \
58         -I$(top_srcdir)/sources                         \
59         -I$(top_srcdir)/library                         \
60         -I$(top_srcdir)/iradio                          \
61         -I$(top_srcdir)/shell                           \
62         -I$(top_srcdir)/widgets                         \
63         $(WARN_CFLAGS)                                  \
64         $(RHYTHMBOX_CFLAGS)                             \
65         -DRB_PLUGIN_DIR=\"$(PLUGINDIR)\"
67 if ENABLE_PYTHON
68 librbplugins_la_SOURCES += \
69         rb-python-module.c              \
70         rb-python-module.h              \
71         rb-python-plugin.c              \
72         rb-python-plugin.h
74 INCLUDES += \
75         $(NO_STRICT_ALIASING_CFLAGS)    \
76         $(PYGTK_CFLAGS)                 \
77         $(PYTHON_CFLAGS)
78 endif
81 librbplugins_la_LDFLAGS = -export-dynamic