~cjcurran/indicator-sound/playlists-deletion-handling

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Conor Curran
  • Date: 2011-02-18 17:53:29 UTC
  • mfrom: (201.1.13 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20110218175329-lzsph6npuhgb0p49
voip feature landed

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
            title-widget.h \
21
21
            volume-widget.c \
22
22
            volume-widget.h \
 
23
            voip-input-widget.c \
 
24
            voip-input-widget.h \
23
25
            gen-sound-service.xml.h \
24
26
            gen-sound-service.xml.c \
25
27
            dbus-shared-names.h
85
87
# Sound Service C
86
88
###############################
87
89
indicator_sound_service_SOURCES = \
88
 
        common-defs.h \
 
90
  common-defs.h \
89
91
  sound-service.h \
90
92
  sound-service.c \
91
93
  pulseaudio-mgr.h \
96
98
  sound-service-dbus.c \
97
99
  slider-menu-item.h \
98
100
  slider-menu-item.c \
 
101
  voip-input-menu-item.h \
 
102
  voip-input-menu-item.c \
99
103
  mute-menu-item.h \
100
104
  mute-menu-item.c \
101
105
  gen-sound-service.xml.h \