diff options
author | Steve Huston <shuston@riverace.com> | 1999-06-15 21:31:44 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-06-15 21:31:44 +0000 |
commit | 6cae9bd84006f8d6d21a07975febad03a8dac388 (patch) | |
tree | 9c45613eab7a0a6b2af8085c296d7250d4f14e18 | |
parent | 3739009ebfcad701840b9df48f851260686c64f5 (diff) | |
download | ATCD-6cae9bd84006f8d6d21a07975febad03a8dac388.tar.gz |
Add ACELIB to LIBS; remove VLDLIBS line (it's set in wrapper_macros).
-rw-r--r-- | apps/Gateway/Peer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile index 91228a06baa..bc08ea314fc 100644 --- a/apps/Gateway/Peer/Makefile +++ b/apps/Gateway/Peer/Makefile @@ -17,7 +17,7 @@ FILES = Options \ LSRC = $(addsuffix .cpp,$(FILES)) LDLIBS = -lPeer -VLDLIBS = $(LDLIBS:%=%$(VAR)) +LIBS += $(ACELIB) BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN) |