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

« back to all changes in this revision

Viewing changes to lib/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:
2
2
 
3
3
noinst_LTLIBRARIES = librb.la
4
4
 
 
5
if MKDTEMP_MISSING
 
6
MKDTEMP_FILES = mkdtemp.c mkdtemp.h
 
7
else
 
8
MKDTEMP_FILES =
 
9
endif
 
10
 
5
11
librb_la_SOURCES =                                      \
 
12
        $(MKDTEMP_FILES)                                \
6
13
        rb-debug.c                                      \
7
14
        rb-debug.h                                      \
 
15
        eel-gconf-extensions.c                          \
 
16
        eel-gconf-extensions.h                          \
8
17
        rb-file-helpers.c                               \
9
18
        rb-file-helpers.h                               \
10
19
        rb-glade-helpers.c                              \
15
24
        rb-cut-and-paste-code.h                         \
16
25
        rb-util.c                                       \
17
26
        rb-util.h                                       \
18
 
        rb-enums.h                                      \
19
27
        rb-tree-dnd.c                                   \
20
28
        rb-tree-dnd.h                                   \
21
29
        rb-preferences.h                                \
22
30
        md5.c                                           \
23
 
        md5.h
 
31
        md5.h                                           \
 
32
        rb-proxy-config.c                               \
 
33
        rb-proxy-config.h
24
34
 
25
35
INCLUDES =                                              \
26
36
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
27
37
        -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
28
38
        -DSHARE_DIR=\"$(pkgdatadir)\"                   \
 
39
        -DDATADIR=\""$(datadir)"\"                      \
29
40
        -I$(top_srcdir)                                 \
 
41
        -I$(top_srcdir)/widgets                         \
30
42
        $(WARN_CFLAGS)                                  \
 
43
        $(SOUP_CFLAGS)                                  \
31
44
        $(RHYTHMBOX_CFLAGS)
32
45
 
33
46
BUILT_SOURCES=