From 4163c252b3b58986f482f83ce2734bddee0798fb Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Fri, 19 May 2000 22:31:14 +0000 Subject: [PATCH] Made Makefile find includes. --- source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.am b/source/Makefile.am index ab8d942..5f2a90d 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES= $(GGI_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS) $(GLX_CFLAGS) +INCLUDES= -I$(top_srcdir)/include $(GGI_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS) $(GLX_CFLAGS) bin_PROGRAMS = @TARGETS@