summaryrefslogtreecommitdiff
path: root/examples/ASX/CCM_App/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX/CCM_App/Makefile')
-rw-r--r--examples/ASX/CCM_App/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ASX/CCM_App/Makefile b/examples/ASX/CCM_App/Makefile
index 6f03aaede91..c67f3e90332 100644
--- a/examples/ASX/CCM_App/Makefile
+++ b/examples/ASX/CCM_App/Makefile
@@ -19,6 +19,8 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
+LIBS += $(ACELIB)
+
BUILD = $(VBIN)
#----------------------------------------------------------------------------