MSVC didn't find (easily) the contrib/MGE dir. So now it's written in the code

and the Makefile.am does not have contrib in the include look path
This commit is contained in:
evomarc 2001-12-03 14:31:35 +00:00
commit d4b20d8833
5 changed files with 13 additions and 12 deletions

View file

@ -8,7 +8,7 @@ DEPS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
###############################################################################
INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/contrib
INCLUDES = -I$(top_builddir)/src
LDADDS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
CXXFLAGS = -g -Wall
###############################################################################