diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index ef399c58..af823448 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -154,11 +154,11 @@ else METADATA_DIR= endif -# if USE_MPLEX -# MPLEX_DIR=mplex -# else +if USE_MPLEX +MPLEX_DIR=mplex +else MPLEX_DIR= -# endif +endif if USE_MUSEPACK MUSEPACK_DIR=musepack @@ -355,6 +355,7 @@ DIST_SUBDIRS = \ divx \ metadata \ mpeg2enc \ + mplex \ musepack \ musicbrainz \ mythtv \ |