summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 21:44:00 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 21:44:00 +0000
commit2b7541850fa11f49f3f792c687ed2de2fcd073d6 (patch)
tree35088b7ae9b057831938eb029e604dd8b8239827 /examples
parentae6af24dbdd3f0ce1d84994bc3757798bc008198 (diff)
downloadATCD-2b7541850fa11f49f3f792c687ed2de2fcd073d6.tar.gz
Added LIBS += $(ACELIB)
Diffstat (limited to 'examples')
-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 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)
#----------------------------------------------------------------------------