summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e72ac58..b5adc0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,11 @@
-SUBDIRS = pcm ctl
+if HAVE_JACK
+JACKDIR = jack
+endif
+if HAVE_POLYP
+POLYPDIR = polyp
+endif
+
+SUBDIRS = oss $(JACKDIR) $(POLYPDIR) doc
EXTRA_DIST = cvscompile version
AUTOMAKE_OPTIONS = foreign