diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-03 03:23:08 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-03 03:23:08 +0000 |
commit | 0de256aa80b22187612af70b7b840a3e62b04a59 (patch) | |
tree | 3b82391c333c963015345bf8f962520cdb94361b /websvcs | |
parent | 7bb9158c5ec746969532d3bfd2c4030b48a1e732 (diff) | |
download | ATCD-0de256aa80b22187612af70b7b840a3e62b04a59.tar.gz |
Replace VLDLIBS with correct LDLIBS line. Now works on AIX.
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/websvcs/tests/Makefile b/websvcs/tests/Makefile index 64efeefd4ba..28412f212b5 100644 --- a/websvcs/tests/Makefile +++ b/websvcs/tests/Makefile @@ -13,6 +13,8 @@ BIN = Test_URL_Addr LSRC = $(addsuffix .cpp,$(BIN)) +LDLIBS := -lwebsvcs + BUILD = $(VBIN) #---------------------------------------------------------------------------- @@ -26,8 +28,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU -VLDLIBS := -lwebsvcs $(VLDLIBS) - # To build multiple executables in the same directory on AIX, it works # best to wipe out any previously-created tempinc directory. # The compiler/linker isn't too smart about instantiating templates... |