1 ## arch-tag: Automake rules for Rhythmbox's plugin system
10 if WITH_AUDIOSCROBBLER
11 SUBDIRS += audioscrobbler
33 SUBDIRS += cd-recorder
36 noinst_LTLIBRARIES = librbplugins.la
38 librbplugins_la_SOURCES = \
49 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
50 -DSHARE_DIR=\"$(pkgdatadir)\" \
51 -DG_LOG_DOMAIN=\"Rhythmbox\" \
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 \
65 -DRB_PLUGIN_DIR=\"$(PLUGINDIR)\"
68 librbplugins_la_SOURCES += \
75 $(NO_STRICT_ALIASING_CFLAGS) \
81 librbplugins_la_LDFLAGS = -export-dynamic