From 0aaa02e6b585e71f8a4ea9dfd9f37bc6ab1725b9 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 2 May 2003 17:48:06 +0000 Subject: First whack at getting FREETYPE2 stuff added to the old and autoconf makefiles. My machine seems to have messed up libs so I can't test it, its a start though :) Kent --- source/nan_link.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/nan_link.mk') diff --git a/source/nan_link.mk b/source/nan_link.mk index 1006bf6d9dd..d23de1de998 100644 --- a/source/nan_link.mk +++ b/source/nan_link.mk @@ -37,6 +37,11 @@ ifdef NAN_DEBUG LDFLAGS += $(NAN_DEBUG) endif +ifdef WITH_FREETYPE2 + LDFLAGS += -L$(NAN_FREETYPE)/lib -lfreetype +endif + + DBG_LDFLAGS += -g ifneq (x$(DEBUG_DIR), x) -- cgit v1.2.3