1 ## arch-tag: Automake rules for internet radio library
3 noinst_LTLIBRARIES = librbiradio.la
5 librbiradio_la_SOURCES = \
6 rb-new-station-dialog.c \
7 rb-new-station-dialog.h \
8 rb-station-properties-dialog.c \
9 rb-station-properties-dialog.h
12 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
13 -DG_LOG_DOMAIN=\"Rhythmbox\" \
16 -I$(top_srcdir)/rhythmdb \
17 -I$(top_srcdir)/widgets \
18 -I$(top_srcdir)/library \
21 librbiradio_la_LDFLAGS = -export-dynamic