diff options
Diffstat (limited to 'examples/ASX/CCM_App/Makefile')
-rw-r--r-- | examples/ASX/CCM_App/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ASX/CCM_App/Makefile b/examples/ASX/CCM_App/Makefile index e8d835ee4d6..3ec23a27930 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) #---------------------------------------------------------------------------- |