summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/tools/sample/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile
index a6106ac4d2..656ae62908 100644
--- a/projects/sample/tools/sample/Makefile
+++ b/projects/sample/tools/sample/Makefile
@@ -10,8 +10,9 @@ TOOLNAME=sample
#
# List libraries that we'll need
+# We use LIBS because sample is a dynamic library.
#
-USEDLIBS=sample
+LIBS+=-lsample
#
# Include Makefile.common so we know what to do.