From 827094bd34dc6245c4f7872612c95f001864cfca Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 22 Apr 1999 15:44:24 +0000 Subject: Added $(ACELIB) to LDLIBS to build ok on AIX w/ xlC. --- apps/JAWS/server/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/JAWS/server/Makefile b/apps/JAWS/server/Makefile index 1f0efe415bc..2bd79c0343f 100644 --- a/apps/JAWS/server/Makefile +++ b/apps/JAWS/server/Makefile @@ -24,6 +24,7 @@ FILES = \ Parse_Headers \ IO +LIBS += $(ACELIB) LDLIBS = -lJAWS PSRC = $(addsuffix .cpp,$(BIN)) -- cgit v1.2.1