From 436bef3790022167b1f638a6c8740b3dd5489476 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 21 May 1998 20:07:29 +0000 Subject: [PATCH] added 'DIST_SUBDIRS' * sysdeps/guile/Makefile.am: added 'DIST_SUBDIRS' --- sysdeps/guile/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/guile/Makefile.am b/sysdeps/guile/Makefile.am index 62143a93..125f7d8a 100644 --- a/sysdeps/guile/Makefile.am +++ b/sysdeps/guile/Makefile.am @@ -2,6 +2,8 @@ if GLIBTOP_NAMES SUBDIRS = names endif +DIST_SUBDIRS = names + LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ INCLUDES = -I$(includedir) -I$(top_builddir) -I$(top_srcdir) @machine_incs@ \