summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>1999-06-04 14:53:01 +0000
committerJaroslav Kysela <perex@perex.cz>1999-06-04 14:53:01 +0000
commit7970fd23bc19bb289361d3733c444bc10d9ec97e (patch)
treef24c24ce38434ebf557b27e66692d46ac76ca8d2 /Makefile.am
parent8cf3fb154cc43eed8b4597bccba556d264805ba9 (diff)
downloadalsa-utils-7970fd23bc19bb289361d3733c444bc10d9ec97e.tar.gz
GTK build fixed...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c8fd5f3..d4920cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,10 @@
INCLUDES=-I$(top_srcdir)/include
-SUBDIRS=include alsactl alsamixer amixer aplay utils xamixer2
+SUBDIRS1=include alsactl alsamixer amixer aplay utils
+if COND_XAMIXER2
+SUBDIRS=$(SUBDIRS1) xamixer2
+else
+SUBDIRS=$(SUBDIRS1)
+endif
EXTRA_DIST=ChangeLog INSTALL README configure cvscompile
rpm: dist