From fae4cb418b5b6d09c2472ba0b555de9ad94ef5c3 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 28 Mar 2003 04:51:34 +0000 Subject: [PATCH] oops, can't get rid of main INCLUDE yet... --- ChangeLog | 4 ++++ arch/ogl/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ac6c896..67ad6d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-27 Bradley Bell + + * arch/ogl/Makefile.am: oops, can't get rid of main INCLUDE yet... + 2003-03-26 Bradley Bell * main/playsave.c: make d2x keys backward compatible diff --git a/arch/ogl/Makefile.am b/arch/ogl/Makefile.am index 6f3a1aef..5dbe9e75 100644 --- a/arch/ogl/Makefile.am +++ b/arch/ogl/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libarch_ogl.a -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/arch/include +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/arch/include -I$(top_srcdir)/main libarch_ogl_a_SOURCES = gr.c ogl.c sdlgl.c -- 2.39.2