diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8629fbcd..77b1cc53 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -106,6 +106,12 @@ else SHOUT2_DIR = endif +if USE_SOUP +SOUP_DIR=soup +else +SOUP_DIR= +endif + if USE_SPEEX SPEEX_DIR = speex else @@ -143,6 +149,7 @@ SUBDIRS = \ $(LIBPNG_DIR) \ $(MIKMOD_DIR) \ $(SHOUT2_DIR) \ + $(SOUP_DIR) \ $(SPEEX_DIR) \ $(TAGLIB_DIR) \ $(WAVPACK_DIR) @@ -164,6 +171,7 @@ DIST_SUBDIRS = \ libpng \ raw1394 \ shout2 \ + soup \ speex \ taglib \ wavpack |