summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-21 20:07:29 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-21 20:07:29 +0000
commit436bef3790022167b1f638a6c8740b3dd5489476 (patch)
treebab36e80d2c627d0c4115fb5022169558b4f0ab4
parent5e70e5fa9f575bc42970e41731e84283f19dacc1 (diff)
downloadlibgtop-436bef3790022167b1f638a6c8740b3dd5489476.tar.gz
added 'DIST_SUBDIRS'
* sysdeps/guile/Makefile.am: added 'DIST_SUBDIRS'
-rw-r--r--sysdeps/guile/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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@ \