From 7970fd23bc19bb289361d3733c444bc10d9ec97e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Jun 1999 14:53:01 +0000 Subject: GTK build fixed... --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1