From e017790ad54073499620348ba67f993d2d2d23f5 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 28 Nov 2003 18:09:39 +0000 Subject: [PATCH] automake-1.7 can cope with SUBDIRS += :) --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index dc85818..d72aada 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ +SUBDIRS = gnu-compat ALBERTA_UTIL SOLVER PLOT_ANSI ALBERTA if GRAPE - SUBDIRS = gnu-compat ALBERTA_UTIL SOLVER PLOT_ANSI ALBERTA GRAPE -else - SUBDIRS = gnu-compat ALBERTA_UTIL SOLVER PLOT_ANSI ALBERTA + SUBDIRS += GRAPE endif ACLOCAL_AMFLAGS = -I ./m4 -- GitLab