diff options
author | Steve Huston <shuston@riverace.com> | 1999-06-15 22:14:39 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-06-15 22:14:39 +0000 |
commit | 237a9be5dfba2e6678a59e4bc535b86943557471 (patch) | |
tree | 92a5410e971dfb3153001fcce6991e30c39be65f /examples | |
parent | 94e0e830ef08c5c2d9104ccd52fdc9b6273e6142 (diff) | |
download | ATCD-237a9be5dfba2e6678a59e4bc535b86943557471.tar.gz |
Added LIBS += $(ACELIB); Removed VLDLIBS line/
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Service_Configurator/Misc/Makefile | 2 |
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) |