From: curt Date: Sat, 22 Aug 1998 01:18:27 +0000 (+0000) Subject: Added Lib/gpc (generic polygon clipping library) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e111f530c3b47845a7c679512ce742c01526b26f;p=simgear.git Added Lib/gpc (generic polygon clipping library) --- 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