aboutsummaryrefslogtreecommitdiffstats
path: root/projects/sample/tools/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/tools/sample/Makefile')
-rw-r--r--projects/sample/tools/sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile
index 17ea11a..1127f75 100644
--- a/projects/sample/tools/sample/Makefile
+++ b/projects/sample/tools/sample/Makefile
@@ -14,7 +14,7 @@ TOOLNAME=sample
# List libraries that we'll need
# We use LIBS because sample is a dynamic library.
#
-LIBS+=-lsample
+USEDLIBS = sample
#
# Include Makefile.common so we know what to do.