From cea0df71f8a547d1d27235eff3ed551b625f30ee Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 1 Sep 1998 18:59:19 +0000 Subject: [PATCH] Added a Lib/Misc/ subdirectory. --- Lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 841363a3..73035a69 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -4,4 +4,4 @@ else AUDIO_DIRS = endif -SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math PUI XGL zlib +SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math Misc PUI XGL zlib -- 2.39.5