diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-12 12:26:49 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-12 12:26:49 +0000 |
commit | e469855fa9968453f83dbce92fee3ec381a5d2bd (patch) | |
tree | d2bfb502acb93d5e98d55539e6379d659869c010 /src/Makefile.am | |
parent | 2431bde2e07bab60b949e79931d236aeb972bfcf (diff) | |
parent | 60f21441622d5b5c6d504cfc95872f4f12633593 (diff) | |
download | ayatana-indicator-sound-e469855fa9968453f83dbce92fee3ec381a5d2bd.tar.gz ayatana-indicator-sound-e469855fa9968453f83dbce92fee3ec381a5d2bd.tar.bz2 ayatana-indicator-sound-e469855fa9968453f83dbce92fee3ec381a5d2bd.zip |
fix for clear looks seg fault
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73bb259..b7de930 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,8 +43,6 @@ indicator_sound_service_SOURCES = \ sound-service-dbus.h \ sound-service-dbus.c \ sound-service-server.h \ - sound-service-marshal.c \ - sound-service-marshal.h \ slider-menu-item.h \ slider-menu-item.c indicator_sound_service_CFLAGS = $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror |