From 9d504a9e19515f4ebecb106ec8d4ca8a01da7fca Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 18 Apr 1998 03:54:32 +0000 Subject: [PATCH] Added Debug, Math, and zlib libraries. --- Lib/Makefile.am | 2 +- Lib/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 58fe8a0a..fe6504f5 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = Bucket DEM XGL +SUBDIRS = Bucket Debug DEM Math XGL zlib diff --git a/Lib/Makefile.in b/Lib/Makefile.in index 1a8fd3a9..e9b0a93c 100644 --- a/Lib/Makefile.in +++ b/Lib/Makefile.in @@ -71,7 +71,7 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -SUBDIRS = Bucket DEM XGL +SUBDIRS = Bucket Debug DEM Math XGL zlib mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../Include/config.h CONFIG_CLEAN_FILES = -- 2.39.2