diff options
Diffstat (limited to 'projects/sample/tools/sample/Makefile')
-rw-r--r-- | projects/sample/tools/sample/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile index a6106ac..656ae62 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. |