Fixed mingw was broken because src/XUtf8 Makefile didn't point to proper ../../lib and ../../makeinclude paths.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6461 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2008-10-19 01:27:26 +00:00
parent fc28028954
commit 7a5e64a4f3
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
include ../makeinclude
include ../../makeinclude
#
@ -47,7 +47,7 @@ endif # end of OSX options
XUTF8 = ../lib/libfltk_xutf8$(LIBEXT)
XUTF8 = ../../lib/libfltk_xutf8$(LIBEXT)
#
@ -121,7 +121,7 @@ depend: $(OBJS:.o=.c)
include makedepend
$(OBJS): ../makeinclude
$(OBJS): ../../makeinclude
#