From 2bd7f97fa1121de823adb97e7fc23a7b16705b84 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sat, 2 Feb 2002 23:51:00 +0000 Subject: [PATCH] reenabled ggi build --- NEWS | 1 + arch/ggi/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index a87b1a51..c9bdcba2 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ hogfiles from a central location, so it now doesn't matter what dir you start d2x from. - Enabled option for RELEASE build +- ggi builds again (still broken, though) --- Version 0.1.1 --- Assembly under mingw32 now works. diff --git a/arch/ggi/Makefile.am b/arch/ggi/Makefile.am index 43deae0d..5f766aa7 100644 --- a/arch/ggi/Makefile.am +++ b/arch/ggi/Makefile.am @@ -2,4 +2,6 @@ EXTRA_SUBDIRS = linux noinst_LIBRARIES = libarch_ggi.a +INCLUDES = -I$(top_srcdir)/arch/include -I$(top_srcdir)/includes -I$(top_srcdir)/main + libarch_ggi_a_SOURCES = event.c gr.c init.c key.c mouse.c -- 2.39.2