diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-14 08:05:52 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-14 08:05:52 +0000 |
commit | 342797eebfdf87cf1214cc5519ee4dbfe8885b23 (patch) | |
tree | e10143fe40b36d7790e200e51d0cbd1aa3ff918b /apps/Gateway | |
parent | 9da6b676f4c2a336f0ead97e4eb3534b92c01544 (diff) | |
download | ATCD-342797eebfdf87cf1214cc5519ee4dbfe8885b23.tar.gz |
ChangeLogTag:Wed Mar 14 01:47:10 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'apps/Gateway')
-rw-r--r-- | apps/Gateway/Gateway/Makefile | 4 | ||||
-rw-r--r-- | apps/Gateway/Peer/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile index 7ae506d92da..d6346d4e0c1 100644 --- a/apps/Gateway/Gateway/Makefile +++ b/apps/Gateway/Gateway/Makefile @@ -24,9 +24,7 @@ FILES = Concrete_Connection_Handlers \ Connection_Handler_Connector LSRC = $(addsuffix .cpp,$(FILES)) -LDLIBS = - -LIBS += $(ACELIB) +LDLIBS = BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN) diff --git a/apps/Gateway/Peer/Makefile b/apps/Gateway/Peer/Makefile index 5470c27e32e..732fae5b904 100644 --- a/apps/Gateway/Peer/Makefile +++ b/apps/Gateway/Peer/Makefile @@ -16,8 +16,7 @@ FILES = Options \ Peer LSRC = $(addsuffix .cpp,$(FILES)) -LDLIBS = -LIBS += $(ACELIB) +LDLIBS = BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN) |