summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 22:14:39 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 22:14:39 +0000
commit237a9be5dfba2e6678a59e4bc535b86943557471 (patch)
tree92a5410e971dfb3153001fcce6991e30c39be65f /examples
parent94e0e830ef08c5c2d9104ccd52fdc9b6273e6142 (diff)
downloadATCD-237a9be5dfba2e6678a59e4bc535b86943557471.tar.gz
Added LIBS += $(ACELIB); Removed VLDLIBS line/
Diffstat (limited to 'examples')
-rw-r--r--examples/Service_Configurator/Misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile b/examples/Service_Configurator/Misc/Makefile
index 26a5e9f2116..68bd6b66f4a 100644
--- a/examples/Service_Configurator/Misc/Makefile
+++ b/examples/Service_Configurator/Misc/Makefile
@@ -20,7 +20,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS = -lTimer
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)