~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to rhythmdb/Makefile.am

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        -I$(top_srcdir)                                 \
13
13
        -I$(top_srcdir)/lib                             \
14
14
        -I$(top_srcdir)/metadata                        \
 
15
        -I$(top_builddir)/lib                           \
15
16
        $(GDA_CFLAGS)                                   \
16
17
        $(RHYTHMBOX_CFLAGS)
17
18
 
18
19
librhythmdb_la_SOURCES =                                \
19
 
        $(BUILT_SOURCES)                                \
20
20
        gsequence.c                                     \
21
21
        gsequence.h                                     \
22
22
        rb-refstring.c                                  \
24
24
        rhythmdb.h                                      \
25
25
        rhythmdb-private.h                              \
26
26
        rhythmdb.c                                      \
 
27
        rhythmdb-monitor.c                              \
 
28
        rhythmdb-query.c                                \
27
29
        rhythmdb-property-model.h                       \
28
30
        rhythmdb-property-model.c                       \
29
31
        rhythmdb-query-model.h                          \
30
 
        rhythmdb-query-model.c
 
32
        rhythmdb-query-model.c                          \
 
33
        rhythmdb-query-results.h                        \
 
34
        rhythmdb-query-results.c
31
35
 
32
36
 
33
37
if USE_TREEDB
38
42
librhythmdb_la_SOURCES += rhythmdb-gda.h rhythmdb-gda.c
39
43
endif
40
44
 
41
 
BUILT_SOURCES=rhythmdb-marshal.c rhythmdb-marshal.h
42
 
 
43
 
CLEAN_FILES = $(BUILT_SOURCES)
44
 
 
45
 
rhythmdb-marshal.c: rhythmdb-marshal.list
46
 
        @GLIB_GENMARSHAL@ --prefix=rhythmdb_marshal $(srcdir)/rhythmdb-marshal.list --header --body > rhythmdb-marshal.c
47
 
 
48
 
rhythmdb-marshal.h: rhythmdb-marshal.list
49
 
        @GLIB_GENMARSHAL@ --prefix=rhythmdb_marshal $(srcdir)/rhythmdb-marshal.list --header > rhythmdb-marshal.h
50
 
 
51
 
EXTRA_DIST = rhythmdb-marshal.list