diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 43b81777..8ed3191b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -196,12 +196,6 @@ else OFA_DIR= endif -if USE_SOUP -SOUP_DIR=soup -else -SOUP_DIR= -endif - if USE_TIMIDITY TIMIDITY_DIR=timidity endif @@ -328,7 +322,6 @@ SUBDIRS=\ $(NAS_DIR) \ $(NEON_DIR) \ $(OFA_DIR) \ - $(SOUP_DIR) \ $(POLYP_DIR) \ $(SDL_DIR) \ $(SHOUT_DIR) \ @@ -370,7 +363,6 @@ DIST_SUBDIRS = \ nas \ neon \ ofa \ - soup \ sdl \ sndfile \ soundtouch \ |