diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-10 16:47:20 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-10 16:47:20 -0600 |
commit | 9452f0262c608fc1ee6509078b3538f68b5f0993 (patch) | |
tree | a044942081f6ed5ed2d4035e524f942c209d99ed /src/Makefile.am | |
parent | b3a4d53a7f9433c1bd13ae89697ea06a8ce44e50 (diff) | |
download | ayatana-indicator-sound-9452f0262c608fc1ee6509078b3538f68b5f0993.tar.gz ayatana-indicator-sound-9452f0262c608fc1ee6509078b3538f68b5f0993.tar.bz2 ayatana-indicator-sound-9452f0262c608fc1ee6509078b3538f68b5f0993.zip |
now building
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0443029..99a00c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,6 +93,8 @@ indicator_sound_service_SOURCES = \ sound-service-dbus.c \ slider-menu-item.h \ slider-menu-item.c \ + gen-sound-service.xml.h \ + gen-sound-service.xml.c \ $(music_bridge_VALASOURCES:.vala=.c) indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall |