summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CTextBox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CTextBox/Makefile')
-rw-r--r--NxWidgets/UnitTests/CTextBox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/CTextBox/Makefile b/NxWidgets/UnitTests/CTextBox/Makefile
index 3fe0fa43e..bd7d98491 100644
--- a/NxWidgets/UnitTests/CTextBox/Makefile
+++ b/NxWidgets/UnitTests/CTextBox/Makefile
@@ -41,7 +41,7 @@ include $(APPDIR)/Make.defs
# Add the path to the NXWidget include directory to the CFLAGS
-NXWIDGETS_DIR="$(TESTDIR)/../../NXWidgets/libnxwidgets"
+NXWIDGETS_DIR="$(TESTDIR)/../../libnxwidgets"
NXWIDGETS_INC="$(NXWIDGETS_DIR)/include"
NXWIDGETS_LIB="$(NXWIDGETS_DIR)/libnxwidgets$(LIBEXT)"
@@ -56,7 +56,7 @@ endif
# Get the path to the archiver tool
-TESTTOOL_DIR="$(TESTDIR)/../tools"
+TESTTOOL_DIR="$(TESTDIR)/../../tools"
ARCHIVER=$(TESTTOOL_DIR)/addobjs.sh
# Hello, World! C++ Example