From a6f0f33112617268ec70bf9b915b508621547589 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 20 May 1998 21:01:41 +0000 Subject: [PATCH] only build 'names' subdir when necessary. * sysdeps/guile/Makefile.am: only build 'names' subdir when necessary. --- sysdeps/guile/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/guile/Makefile.am b/sysdeps/guile/Makefile.am index c0972cc3..8c2696bb 100644 --- a/sysdeps/guile/Makefile.am +++ b/sysdeps/guile/Makefile.am @@ -1,4 +1,6 @@ +if GLIBTOP_NAMES SUBDIRS = names +endif LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@