diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-29 17:18:02 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-29 17:18:02 +0100 |
commit | c60b7f972eb8faa1b06366dfebdb4a220d565f1e (patch) | |
tree | 0b8deafd4796c793edb10b226cfa6e04e7530b52 /src | |
parent | 6f965506a63bc48c10c386b4567c09b2fdf01c2e (diff) | |
download | ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.tar.gz ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.tar.bz2 ayatana-indicator-sound-c60b7f972eb8faa1b06366dfebdb4a220d565f1e.zip |
bumped for release and removed -Werror from makefile.am until valac fixes its issues
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9c56c0e..60c7249 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,7 +109,7 @@ indicator_sound_service_SOURCES = \ gen-sound-service.xml.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) ######################### |