1 ## arch-tag: Automake rules for podcast library
3 noinst_LTLIBRARIES = librbpodcast.la
5 librbpodcast_la_SOURCES = \
6 rb-new-podcast-dialog.c \
7 rb-new-podcast-dialog.h \
8 rb-feed-podcast-properties-dialog.c \
9 rb-feed-podcast-properties-dialog.h \
10 rb-podcast-properties-dialog.c \
11 rb-podcast-properties-dialog.h \
14 rb-podcast-manager.c \
19 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
20 -DG_LOG_DOMAIN=\"Rhythmbox\" \
23 -I$(top_srcdir)/rhythmdb \
24 -I$(top_srcdir)/widgets \
25 -I$(top_srcdir)/shell \
26 -I$(top_srcdir)/metadata \
27 -I$(top_srcdir)/library \
28 -I$(top_builddir)/lib \
31 librbpodcast_la_LDFLAGS = -export-dynamic