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 | 15126eeb97b706bacfb2b90c5995d0042cda2dac (patch) | |
tree | 9c45613eab7a0a6b2af8085c296d7250d4f14e18 /apps | |
parent | e3805ab991e941a07b40e42724cf346cb33398b4 (diff) | |
download | ATCD-15126eeb97b706bacfb2b90c5995d0042cda2dac.tar.gz |
Add ACELIB to LIBS; remove VLDLIBS line (it's set in wrapper_macros).
Diffstat (limited to 'apps')
-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) |