diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-08 18:09:48 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-08 18:09:48 +0100 |
commit | 744083d4483291a87f4f348d6937257d8887cfb1 (patch) | |
tree | c2392de21bc615dfafa57d6a9076e4c8d30b09f1 /src/Makefile.am | |
parent | 5a9881a144df8a9c36f9d5b96ea53e872c76949b (diff) | |
download | ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.gz ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.bz2 ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.zip |
moving in the right direction
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 716cab2..f7fb1a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,8 @@ soundmenulib_LTLIBRARIES = libsoundmenu.la libsoundmenu_la_SOURCES = \ common-defs.h \ indicator-sound.h \ + transport-bar.c \ + transport-bar.h \ indicator-sound.c \ dbus-shared-names.h \ sound-service-client.h @@ -88,7 +90,7 @@ indicator_sound_service_SOURCES = \ slider-menu-item.c \ $(music_bridge_VALASOURCES:.vala=.c) -indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror +indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall indicator_sound_service_LDADD = $(PULSEAUDIO_LIBS) $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) ######################### |