diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:56:56 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:56:56 +0000 |
commit | 8de1359af1cf50acdd5a9b8a6f470d5f00d332c5 (patch) | |
tree | 4ef6ac0c13cfab661f851ddc259aa9d6c4a0cc09 /src/Makefile.am | |
parent | 2431bde2e07bab60b949e79931d236aeb972bfcf (diff) | |
download | ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.tar.gz ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.tar.bz2 ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.zip |
properly cleaned up the makefile and includes, fixed seg-fault on clearlooks
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 |