diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 48855dea..8629fbcd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -118,6 +118,12 @@ else TAGLIB_DIR = endif +if USE_WAVPACK +WAVPACK_DIR=wavpack +else +WAVPACK_DIR= +endif + SUBDIRS = \ $(AALIB_DIR) \ $(ANNODEX_DIR) \ @@ -138,7 +144,8 @@ SUBDIRS = \ $(MIKMOD_DIR) \ $(SHOUT2_DIR) \ $(SPEEX_DIR) \ - $(TAGLIB_DIR) + $(TAGLIB_DIR) \ + $(WAVPACK_DIR) DIST_SUBDIRS = \ aalib \ @@ -158,4 +165,5 @@ DIST_SUBDIRS = \ raw1394 \ shout2 \ speex \ - taglib + taglib \ + wavpack |