udapted vi.po
[rhythmbox.git] / widgets / Makefile.am
blobdcd16fb655c0af6247b46756ce57cdeb82e88991
1 ## arch-tag: Automake rules for Rhythmbox's collection of various widgets
3 noinst_LTLIBRARIES = librbwidgets.la
5 if WITH_INTERNAL_LIBSEXY
6 SUBDIRS = libsexy
7 LIBSEXY_LIBS += $(top_builddir)/widgets/libsexy/libsexy.la
8 endif
10 librbwidgets_la_SOURCES =                               \
11         rb-entry-view.c                                 \
12         rb-entry-view.h                                 \
13         rb-property-view.c                              \
14         rb-property-view.h                              \
15         rb-search-entry.c                               \
16         rb-search-entry.h                               \
17         rb-header.c                                     \
18         rb-header.h                                     \
19         bacon-volume.c                                  \
20         bacon-volume.h                                  \
21         rb-druid.c                                      \
22         rb-druid.h                                      \
23         eggtrayicon.c                                   \
24         eggtrayicon.h                                   \
25         rb-dialog.c                                     \
26         rb-dialog.h                                     \
27         rb-cell-renderer-pixbuf.c                       \
28         rb-cell-renderer-pixbuf.h                       \
29         rb-cell-renderer-rating.c                       \
30         rb-cell-renderer-rating.h                       \
31         rb-song-info.c                                  \
32         rb-song-info.h                                  \
33         rb-rating.c                                     \
34         rb-rating.h                                     \
35         rb-rating-helper.c                              \
36         rb-library-browser.h                            \
37         rb-library-browser.c                            \
38         rb-rating-helper.h                              \
39         rb-query-creator.c                              \
40         rb-query-creator.h                              \
41         rb-query-creator-private.h                      \
42         rb-query-creator-properties.c
44 INCLUDES =                                              \
45         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
46         -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
47         -I$(top_srcdir)                                 \
48         -I$(top_srcdir)/lib                             \
49         -I$(top_builddir)/lib                           \
50         -I$(top_srcdir)/player                          \
51         -I$(top_srcdir)/metadata                        \
52         -I$(top_srcdir)/rhythmdb                        \
53         -I$(top_srcdir)/sources                         \
54         -I$(top_srcdir)/library                         \
55         -I$(top_srcdir)/iradio                          \
56         -I$(top_srcdir)/shell                           \
57         -I$(top_srcdir)/backends                        \
58         $(WARN_CFLAGS)                                  \
59         $(NOTIFY_CFLAGS)                                \
60         $(LIBSEXY_CFLAGS)                               \
61         $(RHYTHMBOX_CFLAGS)
63 librbwidgets_la_LDFLAGS = -export-dynamic
64 librbwidgets_la_LIBADD = $(LIBSEXY_LIBS)