udapted vi.po
[rhythmbox.git] / plugins / ipod / Makefile.am
blobc72ce70bd89d84e43ae596aaf5580d38df4096e7
1 plugindir = $(PLUGINDIR)/ipod
2 plugin_LTLIBRARIES = libipod.la
4 libipod_la_SOURCES = \
5         rb-ipod-plugin.c                        \
6         $(top_srcdir)/sources/rb-ipod-source.c  \
7         $(top_srcdir)/sources/rb-ipod-source.h
9 libipod_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
10 libipod_la_LIBADD =                                     \
11         $(top_builddir)/lib/librb.la                    \
12         $(HAL_LIBS)                                     \
13         $(IPOD_LIBS)
15 INCLUDES =                                              \
16         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
17         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
18         -I$(top_srcdir)                                 \
19         -I$(top_srcdir)/lib                             \
20         -I$(top_srcdir)/metadata                        \
21         -I$(top_srcdir)/player                          \
22         -I$(top_srcdir)/rhythmdb                        \
23         -I$(top_srcdir)/widgets                         \
24         -I$(top_srcdir)/sources                         \
25         -I$(top_srcdir)/iradio                          \
26         -I$(top_srcdir)/podcast                         \
27         -I$(top_srcdir)/plugins                         \
28         -I$(top_srcdir)/shell                           \
29         -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
30         -DSHARE_DIR=\"$(pkgdatadir)\"                   \
31         -DDATADIR=\""$(datadir)"\"                      \
32         $(RHYTHMBOX_CFLAGS)                             \
33         $(WARN_CFLAGS)                                  \
34         $(HAL_CFLAGS)                                   \
35         $(IPOD_CFLAGS)                                  \
36         -D_XOPEN_SOURCE -D_BSD_SOURCE
38 plugin_in_files = ipod.rb-plugin.desktop.in
40 %.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
42 plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
44 EXTRA_DIST = $(plugin_in_files)
46 CLEANFILES = $(plugin_DATA)
47 DISTCLEANFILES = $(plugin_DATA)