added 'DIST_SUBDIRS'

* sysdeps/guile/Makefile.am: added 'DIST_SUBDIRS'
This commit is contained in:
Martin Baulig
1998-05-21 20:07:29 +00:00
parent 5e70e5fa9f
commit 436bef3790

View File

@@ -2,6 +2,8 @@ if GLIBTOP_NAMES
SUBDIRS = names SUBDIRS = names
endif endif
DIST_SUBDIRS = names
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = -I$(includedir) -I$(top_builddir) -I$(top_srcdir) @machine_incs@ \ INCLUDES = -I$(includedir) -I$(top_builddir) -I$(top_srcdir) @machine_incs@ \