aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-10-14 06:40:13 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2010-10-14 06:40:13 -0400
commit6db5598e3ec6ddf626c7335105fde807ff964e72 (patch)
tree529ffd73ebd0c0c50d857fa0f849218aeca1aa03 /src/Makefile.am
parent1ccd374f4757568a1f676d4814e700330a7b3a04 (diff)
parent7620afcd008217151fc02d6440df9741ed3d7e48 (diff)
downloadayatana-indicator-sound-6db5598e3ec6ddf626c7335105fde807ff964e72.tar.gz
ayatana-indicator-sound-6db5598e3ec6ddf626c7335105fde807ff964e72.tar.bz2
ayatana-indicator-sound-6db5598e3ec6ddf626c7335105fde807ff964e72.zip
Import upstream version 0.4.9
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am28
1 files changed, 13 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aa5fdc7..b23e9c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,21 +7,19 @@ libexec_PROGRAMS = indicator-sound-service
soundmenulibdir = $(INDICATORDIR)
soundmenulib_LTLIBRARIES = libsoundmenu.la
libsoundmenu_la_SOURCES = \
- common-defs.h \
- indicator-sound.h \
- transport-widget.c \
- transport-widget.h \
- metadata-widget.c \
- metadata-widget.h \
- play-button.c \
- play-button.h \
- indicator-sound.c \
- title-widget.c \
- title-widget.h \
- volume-widget.c \
- volume-widget.h \
- dbus-shared-names.h \
- sound-service-client.h
+ common-defs.h \
+ indicator-sound.h \
+ transport-widget.c \
+ transport-widget.h \
+ metadata-widget.c \
+ metadata-widget.h \
+ indicator-sound.c \
+ title-widget.c \
+ title-widget.h \
+ volume-widget.c \
+ volume-widget.h \
+ dbus-shared-names.h \
+ sound-service-client.h
libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -DG_LOG_DOMAIN=\"Indicator-Sound\"
libsoundmenu_la_LIBADD = $(APPLET_LIBS)