diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-19 01:27:26 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-19 01:27:26 +0000 |
| commit | 7a5e64a4f3c8e1126dba6909ba7379c2100b055c (patch) | |
| tree | 7d6b616a88b575fd8a4f345f4c0e384df7b1a31a /src | |
| parent | fc28028954130e77fbb2c527203c55eab0cf250d (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/xutf8/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xutf8/Makefile b/src/xutf8/Makefile index 332dc98f4..f0720022c 100644 --- a/src/xutf8/Makefile +++ b/src/xutf8/Makefile @@ -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 # |
