Fix inclule paths to find files in srcdir.

This commit is contained in:
steve
2001-03-19 04:37:59 +00:00
parent f8c3b84f68
commit 034a38ea36
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.6 2001/03/18 04:35:18 steve Exp $"
#ident "$Id: Makefile.in,v 1.7 2001/03/19 04:37:59 steve Exp $"
#
#
SHELL = /bin/sh
@@ -40,7 +40,7 @@ INSTALL_DATA = @INSTALL_DATA@
STRIP = @STRIP@
CPPFLAGS = @CPPFLAGS@ @DEFS@
CXXFLAGS = @CXXFLAGS@ -I. -I$(srcdir)
CXXFLAGS = @CXXFLAGS@ -I. -I$(srcdir)/..
LDFLAGS = @LDFLAGS@
dllib=@DLLIB@