summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-02-21 16:13:57 +0000
committerTakashi Iwai <tiwai@suse.de>2006-02-21 16:13:57 +0000
commit6890d16836e85deed9e8ca91d095473347013ccc (patch)
treebf5fa3bcb64af29d6264ff925f8e667e02bd16fc /Makefile.am
parent6074e887419c70bed8a9177a4d78357156c7c611 (diff)
Structure reorganziation, added polyp plugin
- Reorganized the directory structure: Now each plugin(s) is loaded in own subdirectory. - Added polypaudio plugin by Pierre Ossman <ossman@cendio.se> - Fixed COPYING file to LGPL (under which all codes are released, so far)
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