~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to iradio/Makefile.am

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
noinst_LTLIBRARIES = librbiradio.la
4
4
 
5
5
librbiradio_la_SOURCES =                                \
6
 
        rb-new-station-dialog.c                         \
7
 
        rb-new-station-dialog.h                         \
8
6
        rb-station-properties-dialog.c                  \
9
7
        rb-station-properties-dialog.h
10
8
 
11
 
 
12
9
INCLUDES =                                              \
13
10
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
14
11
        -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
20
17
        $(RHYTHMBOX_CFLAGS)
21
18
 
22
19
librbiradio_la_LDFLAGS = -export-dynamic
23
 
librbiradio_la_LIBADD = $(top_builddir)/lib/librb.la