From e111f530c3b47845a7c679512ce742c01526b26f Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 22 Aug 1998 01:18:27 +0000 Subject: [PATCH] Added Lib/gpc (generic polygon clipping library) --- Lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/Makefile.am b/Lib/Makefile.am index feb94ee0..841363a3 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 gpc Math PUI XGL zlib -- 2.39.5