summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b9e37a..f33191d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,11 @@ endif
if HAVE_SAMPLERATE
SAMPLERATEDIR = rate
endif
+if HAVE_AVCODEC
+A52DIR = a52
+endif
-SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) $(SAMPLERATEDIR) doc
+SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) $(SAMPLERATEDIR) $(A52DIR) doc
EXTRA_DIST = cvscompile version COPYING.GPL
AUTOMAKE_OPTIONS = foreign