diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-05 13:30:36 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-05 13:30:36 +0100 |
commit | fedd8fab03ebb4ab9e96090f30eb02dd2a112860 (patch) | |
tree | 4b78eb7a5791940b5a87424671040f85670163c8 /src/Makefile.am | |
parent | d79472daaf580062397ef688766cbe48b2cbd992 (diff) | |
download | ayatana-indicator-sound-fedd8fab03ebb4ab9e96090f30eb02dd2a112860.tar.gz ayatana-indicator-sound-fedd8fab03ebb4ab9e96090f30eb02dd2a112860.tar.bz2 ayatana-indicator-sound-fedd8fab03ebb4ab9e96090f30eb02dd2a112860.zip |
getting closer to the mock up
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 21212d1..71a3068 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ libsoundmenu_la_SOURCES = \ dbus-shared-names.h \ sound-service-client.h -libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror -DG_LOG_DOMAIN=\"Indicator-Sound\" +libsoundmenu_la_CFLAGS = $(APPLET_CFLAGS) -Wall -DG_LOG_DOMAIN=\"Indicator-Sound\" libsoundmenu_la_LIBADD = $(APPLET_LIBS) libsoundmenu_la_LDFLAGS = -module -avoid-version |