summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 06a6b5a..6fa2d51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,12 +9,13 @@ SAMPLERATEDIR = rate
endif
if HAVE_AVCODEC
A52DIR = a52
+LAVCRATEDIR = rate-lavc
endif
if HAVE_DBUS
MAEMODIR = maemo
endif
-SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(MAEMODIR) doc
+SUBDIRS = oss mix $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc
EXTRA_DIST = hgcompile version COPYING.GPL
AUTOMAKE_OPTIONS = foreign