diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-12-26 13:32:54 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-12-26 13:32:54 +0000 |
commit | c0efc6ae9c66638a6160389b4e84c5e651c179cd (patch) | |
tree | 678fbcd9d8f8ae4e4e406270f1129efa2467ff9f /apps | |
parent | 4fe85d5533156340fcbf993168799ab16593d28e (diff) | |
download | ATCD-c0efc6ae9c66638a6160389b4e84c5e651c179cd.tar.gz |
ChangeLogTag: Thu Dec 26 07:31:42 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Gateway/Gateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Makefile b/apps/Gateway/Gateway/Makefile index 8932fa4a493..9ea1f87226a 100644 --- a/apps/Gateway/Gateway/Makefile +++ b/apps/Gateway/Gateway/Makefile @@ -12,7 +12,7 @@ BIN = gatewayd LIB = libGateway.a SHLIB = libGateway.$(SOEXT) -ACE_SHLIB += $(ACELIB) +ACE_SHLIBS += $(ACELIB) FILES = Concrete_Connection_Handlers \ Config_Files \ |