diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-24 15:47:37 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-24 15:47:37 +0000 |
commit | d7fbeccff7687eb1e50f6c35355a19e5433246c6 (patch) | |
tree | 45a7404fde9e8402c47779e9d5450d36e1680760 /src/Makefile.am | |
parent | 65fde4c4a871479a5e9b58fb5e1c0e880b71b784 (diff) | |
parent | 017109c083b207d4a2bfb1d7d17e09aafc123b55 (diff) | |
download | ayatana-indicator-sound-d7fbeccff7687eb1e50f6c35355a19e5433246c6.tar.gz ayatana-indicator-sound-d7fbeccff7687eb1e50f6c35355a19e5433246c6.tar.bz2 ayatana-indicator-sound-d7fbeccff7687eb1e50f6c35355a19e5433246c6.zip |
Tests branch finally makes its way into trunk - more testing needed
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 062d993..f472662 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,8 +45,8 @@ indicator_sound_service_SOURCES = \ sound-service-server.h \ slider-menu-item.h \ slider-menu-item.c -indicator_sound_service_CFLAGS = $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror -indicator_sound_service_LDADD = $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) +indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) $(SOUNDSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror +indicator_sound_service_LDADD = $(PULSEAUDIO_LIBS) $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) sound-service-server.h: $(srcdir)/sound-service.xml dbus-binding-tool \ |