diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-29 16:06:41 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-29 16:06:41 +0100 |
commit | 65982386494b0ffe4ff8bdf4be698e8b7616f561 (patch) | |
tree | 9e44ccc0175d6f43da4139698aeb7d2cf0ff26ad /src/Makefile.am | |
parent | 5fcbaa67209c40c752b8b3c2b78cb26233b7ccb8 (diff) | |
download | ayatana-indicator-sound-65982386494b0ffe4ff8bdf4be698e8b7616f561.tar.gz ayatana-indicator-sound-65982386494b0ffe4ff8bdf4be698e8b7616f561.tar.bz2 ayatana-indicator-sound-65982386494b0ffe4ff8bdf4be698e8b7616f561.zip |
ifdefs needed for gtk2 compilation
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 60c7249..9c56c0e 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 +indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror indicator_sound_service_LDADD = $(PULSEAUDIO_LIBS) $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) ######################### |