udapted vi.po
[rhythmbox.git] / podcast / Makefile.am
blob8c0b6ef806a59b3afaf591063d59aa85d92cb1f8
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                  \
12         rb-podcast-parse.c                              \
13         rb-podcast-parse.h                              \
14         rb-podcast-manager.c                            \
15         rb-podcast-manager.h
18 INCLUDES =                                              \
19         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
20         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
21         -I$(top_srcdir)                                 \
22         -I$(top_srcdir)/lib                             \
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                           \
29         $(RHYTHMBOX_CFLAGS)
31 librbpodcast_la_LDFLAGS = -export-dynamic