From 09cf8c001e14dbec9081532cecdceb1799440762 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 12 Jun 1998 01:05:51 +0000 Subject: [PATCH] Renamed Pui -> PUI. --- Lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 6da211ae..d8b9632a 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -4,4 +4,4 @@ else AUDIO_DIRS = endif -SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math Pui XGL zlib +SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM Math PUI XGL zlib -- 2.39.5