summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xutf8/Makefile6
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
#