From 1b221b2cf91f148b24bcbfabbdef8a2a110f5c64 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Jul 2008 13:50:53 +0000 Subject: ext/Makefile.am: Finish hooking up pulseaudio plugin to the build. Original commit message from CVS: * ext/Makefile.am: Finish hooking up pulseaudio plugin to the build. * ext/pulse/pulsemixerctrl.c: Fix compilation error. --- ext/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 6eb613e4..36b37716 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -94,6 +94,13 @@ else DV1394_DIR = endif +if USE_PULSE +PULSE_DIR = pulse +else +PULSE_DIR = +endif + + if USE_SHOUT2 SHOUT2_DIR = shout2 else @@ -141,6 +148,7 @@ SUBDIRS = \ $(LIBMNG_DIR) \ $(LIBPNG_DIR) \ $(MIKMOD_DIR) \ + $(PULSE_DIR) \ $(SHOUT2_DIR) \ $(SOUP_DIR) \ $(SPEEX_DIR) \ @@ -162,6 +170,7 @@ DIST_SUBDIRS = \ ladspa \ libcaca \ libpng \ + pulse \ raw1394 \ shout2 \ soup \ -- cgit