diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-26 16:08:46 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-26 16:08:46 -0600 |
commit | 8bbf7ea5805ed69a2d7450065a558398a623525f (patch) | |
tree | 00e929daa442a23616692c23060de8210bbcc995 /src/Makefile.am | |
parent | 39089ee365c3c36db7cd42f53d782ee938424b5a (diff) | |
download | ayatana-indicator-sound-8bbf7ea5805ed69a2d7450065a558398a623525f.tar.gz ayatana-indicator-sound-8bbf7ea5805ed69a2d7450065a558398a623525f.tar.bz2 ayatana-indicator-sound-8bbf7ea5805ed69a2d7450065a558398a623525f.zip |
blocking state now workings as expected
Diffstat (limited to 'src/Makefile.am')
-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 79786af..ed64aeb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,7 @@ libsoundmenu_la_SOURCES = \ gen-sound-service.xml.c \ dbus-shared-names.h -libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -DG_LOG_DOMAIN=\"Indicator-Sound\" +libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\" libsoundmenu_la_LIBADD = $(APPLET_LIBS) libsoundmenu_la_LDFLAGS = -module -avoid-version |