1 ## arch-tag: Automake rules for Rhythmbox's collection of various widgets
3 noinst_LTLIBRARIES = librbwidgets.la
5 if WITH_INTERNAL_LIBSEXY
7 LIBSEXY_LIBS += $(top_builddir)/widgets/libsexy/libsexy.la
10 librbwidgets_la_SOURCES = \
27 rb-cell-renderer-pixbuf.c \
28 rb-cell-renderer-pixbuf.h \
29 rb-cell-renderer-rating.c \
30 rb-cell-renderer-rating.h \
36 rb-library-browser.h \
37 rb-library-browser.c \
41 rb-query-creator-private.h \
42 rb-query-creator-properties.c
45 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
46 -DG_LOG_DOMAIN=\"Rhythmbox\" \
49 -I$(top_builddir)/lib \
50 -I$(top_srcdir)/player \
51 -I$(top_srcdir)/metadata \
52 -I$(top_srcdir)/rhythmdb \
53 -I$(top_srcdir)/sources \
54 -I$(top_srcdir)/library \
55 -I$(top_srcdir)/iradio \
56 -I$(top_srcdir)/shell \
57 -I$(top_srcdir)/backends \
63 librbwidgets_la_LDFLAGS = -export-dynamic
64 librbwidgets_la_LIBADD = $(LIBSEXY_LIBS)