Add path to source directory so that symbols_list.h may be found under RedHat.

This commit is contained in:
jjgarcia 2002-09-17 15:36:10 +00:00
parent a0470a134c
commit 74a8d63a2e

View file

@ -10,7 +10,7 @@ VPATH = @srcdir@
TRUE_CC = @CC@
CC = @ECL_CC@
DEFS = -D@host@
CFLAGS = -c -I../h -I$(HDIR) @BOEHM_HEADERS@ @CFLAGS@ $(DEFS)
CFLAGS = -c -I../h -I$(srcdir) -I$(HDIR) @BOEHM_HEADERS@ @CFLAGS@ $(DEFS)
SHELL = /bin/sh
RM = @RM@