2008-07-18 14:11:35 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -61,7 +61,8 @@
|
2007-09-03 16:04:51 +00:00
|
|
|
-L$(MESSAGES) -lMsg \
|
|
|
|
-lClntOptions -lOptions -lLowLevel \
|
|
|
|
-L$(MISC) -lMisc \
|
|
|
|
- -L$(POSLIB) $(CLNTPOSLIB)
|
|
|
|
+ -L$(POSLIB) $(CLNTPOSLIB) \
|
|
|
|
+ $(CLNT_LIBS)
|
|
|
|
|
2008-07-18 14:11:35 +00:00
|
|
|
server: $(SERVERBIN)
|
2007-09-03 16:04:51 +00:00
|
|
|
|
2008-07-18 14:11:35 +00:00
|
|
|
@@ -93,7 +94,8 @@
|
2007-09-03 16:04:51 +00:00
|
|
|
-L$(MISC) -lMisc \
|
|
|
|
-L$(LOWLEVEL) -lLowLevel \
|
|
|
|
-L$(IFACEMGR) -lIfaceMgr \
|
|
|
|
- -L$(POSLIB) $(SRVPOSLIB)
|
|
|
|
+ -L$(POSLIB) $(SRVPOSLIB) \
|
|
|
|
+ $(SRV_LIBS)
|
|
|
|
|
|
|
|
|
2008-07-18 14:11:35 +00:00
|
|
|
relay: $(RELAYBIN)
|
|
|
|
@@ -113,7 +115,8 @@
|
2007-09-03 16:04:51 +00:00
|
|
|
-L$(MESSAGES) -lMsg \
|
|
|
|
-L$(MISC) -lMisc \
|
|
|
|
-L$(OPTIONS) -lOptions \
|
|
|
|
- -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions
|
|
|
|
+ -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions \
|
|
|
|
+ $(SRV_LIBS)
|
|
|
|
|
2008-07-18 14:11:35 +00:00
|
|
|
requestor: $(REQUESTORBIN)
|
|
|
|
$(REQUESTORBIN): includes commonlibs Requestor $(REQUESTORDIRS)
|