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

« back to all changes in this revision

Viewing changes to doc/reference/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:
19
19
        config.h \
20
20
        itunesdb.h \
21
21
        rb-cut-and-paste-code.h \
22
 
        rb-commander.h \
23
22
        rb-marshal.h \
24
 
        rb-nautilus-context-menu.h \
25
 
        rb-recorder-marshal.h \
26
 
        rb-remote-bonobo.h \
27
 
        rb-remote-client-proxy.h \
28
 
        rb-remote-common.h \
29
 
        rb-remote-dbus.h \
30
 
        rb-remote.h \
31
 
        rb-remote-proxy.h \
32
 
        Rhythmbox.h \
33
23
        rhythmdb-gda.h \
34
 
        rhythmdb-marshal.h \
35
24
        rhythmdb-private.h
36
25
 
37
26
INCLUDES=\
45
34
        -I$(top_srcdir)/widgets \
46
35
        -I$(top_srcdir)/lib \
47
36
        -I$(top_srcdir)/iradio \
48
 
        -I$(top_srcdir)/remote \
49
37
        -I$(top_srcdir)/daapsharing \
 
38
        -I$(top_srcdir)/plugins \
 
39
        -I$(top_srcdir)/backends \
50
40
        $(DBUS_CFLAGS) \
51
41
        $(IPOD_CFLAGS) \
52
42
        $(RHYTHMBOX_CFLAGS)
58
48
        $(top_builddir)/rhythmdb/librhythmdb.la         \
59
49
        $(top_builddir)/iradio/librbiradio.la           \
60
50
        $(top_builddir)/podcast/librbpodcast.la         \
61
 
        $(top_builddir)/remote/librbremote.la           \
62
51
        $(top_builddir)/player/librbplayer.la           \
63
52
        $(top_builddir)/metadata/librbmetadata.la       \
64
53
        $(top_builddir)/widgets/librbwidgets.la         \
65
54
        $(top_builddir)/lib/librb.la                    \
 
55
        $(top_builddir)/backends/librbbackends.la       \
66
56
        $(top_builddir)/daapsharing/libdaapsharing.la   \
 
57
        $(top_builddir)/plugins/librbplugins.la         \
67
58
        $(TOTEM_PLPARSER_LIBS)                          \
68
59
        $(HAL_LIBS)                                     \
69
60
        $(LIBNAUTILUS_BURN_LIBS)                        \
74
65
        $(NOTIFY_LIBS)                                  \
75
66
        $(RHYTHMBOX_LIBS)
76
67
 
 
68
if ENABLE_TRACK_TRANSFER
 
69
GTKDOC_LIBS +=  $(GNOME_MEDIA_PROFILES_LIBS) 
 
70
endif
 
71
 
 
72
if ENABLE_PYTHON
 
73
GTKDOC_LIBS += $(PYTHON_LIBS) $(top_builddir)/bindings/python/rb.la
 
74
endif
 
75
 
77
76
content_files =
78
77
HTML_IMAGES =
79
78