From: Peter Verthez Date: Sun, 9 Dec 2001 09:41:40 +0000 (+0000) Subject: Moved gedcom.h to include subdirectory. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=06b0013e39ce4e6cf265c3c100f1b897dcc36366;p=gedcom-parse.git Moved gedcom.h to include subdirectory. --- 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)