diff options
Diffstat (limited to 'ext/Makefile.am')
-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 651664c8..f6fe9c87 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,6 +76,12 @@ endif HERMES_DIR= # endif +if USE_WAVPACK +WAVPACK_DIR=wavpack +else +WAVPACK_DIR= +endif + if USE_IVORBIS IVORBIS_DIR=ivorbis else @@ -231,4 +237,6 @@ DIST_SUBDIRS= \ musepack \ sdl \ directfb \ + musepack \ + wavpack \ ivorbis |