udapted vi.po
[rhythmbox.git] / rhythmdb / Makefile.am
blobe4d74889ca6b392d8bb16783a9fa03e6aed1078f
1 ## arch-tag: Automake rules for RhythmDB library
3 noinst_LTLIBRARIES = librhythmdb.la
5 librhythmdb_la_LDFLAGS = -export-dynamic
6 librhythmdb_la_LIBADD =                                 \
7         $(GDA_LIBS)
9 INCLUDES =                                              \
10         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
11         -DG_LOG_DOMAIN=\"RhythmDB\"                     \
12         -I$(top_srcdir)                                 \
13         -I$(top_srcdir)/lib                             \
14         -I$(top_srcdir)/widgets                         \
15         -I$(top_srcdir)/metadata                        \
16         -I$(top_builddir)/lib                           \
17         $(GDA_CFLAGS)                                   \
18         $(RHYTHMBOX_CFLAGS)
20 librhythmdb_la_SOURCES =                                \
21         gsequence.c                                     \
22         gsequence.h                                     \
23         rb-refstring.c                                  \
24         rb-refstring.h                                  \
25         rhythmdb.h                                      \
26         rhythmdb-private.h                              \
27         rhythmdb.c                                      \
28         rhythmdb-monitor.c                              \
29         rhythmdb-query.c                                \
30         rhythmdb-property-model.h                       \
31         rhythmdb-property-model.c                       \
32         rhythmdb-query-model.h                          \
33         rhythmdb-query-model.c                          \
34         rhythmdb-query-results.h                        \
35         rhythmdb-query-results.c
38 if USE_TREEDB
39 librhythmdb_la_SOURCES += rhythmdb-tree.h rhythmdb-tree.c
40 endif
42 if USE_GDADB
43 librhythmdb_la_SOURCES += rhythmdb-gda.h rhythmdb-gda.c
44 endif