From 06b0013e39ce4e6cf265c3c100f1b897dcc36366 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Dec 2001 09:41:40 +0000 Subject: [PATCH] Moved gedcom.h to include subdirectory. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5a8beca..e92c025 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ LIBPATH=/usr/local/lib DMALLOC_CFLAGS= DMALLOC_LOADLIBES= CFLAGS=-g -W -Wall -pedantic $(DMALLOC_CFLAGS) +CPPFLAGS=-I ./include YFLAGS=--debug --defines LFLAGS=-8 LOADLIBES=$(DMALLOC_LOADLIBES) -- 2.30.2