diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 13:50:53 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 13:50:53 +0000 |
commit | 1b221b2cf91f148b24bcbfabbdef8a2a110f5c64 (patch) | |
tree | c3f9a7680831312ca4722fa85c18c1248444e360 /ext/Makefile.am | |
parent | 08d27f468b962616e54913ab03d328245df89fe5 (diff) |
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.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 6eb613e4b..36b377167 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 \ |