summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
committerTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
commit70e4ec9d08ca7c162dce873d82b5610c700cf707 (patch)
treefa2bd727ca4f527443f56c134264716b648e980c /Makefile.am
parent9a75eec6645c7034542f571e63cc5824a5d3e1cd (diff)
downloadalsa-lib-70e4ec9d08ca7c162dce873d82b5610c700cf707.tar.gz
Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
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 d6779060..6eb91fb6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,7 @@
-SUBDIRS=doc include src modules
+SUBDIRS=doc include src
+if BUILD_MODULES
+SUBDIRS += modules
+endif
if BUILD_PCM_PLUGIN_SHM
SUBDIRS += aserver
endif