diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 07:07:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-08 07:07:14 +0000 |
commit | 80911fd192a2d510f1b30fd64e4aa17321d66ac8 (patch) | |
tree | edab1d3405402c1b43fac3f01bedc456a28d43d3 /netsvcs/lib/Makefile | |
parent | 93b574ef7657bb1b4126656db31084a544163e6c (diff) | |
download | ATCD-80911fd192a2d510f1b30fd64e4aa17321d66ac8.tar.gz |
foo
Diffstat (limited to 'netsvcs/lib/Makefile')
-rw-r--r-- | netsvcs/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/lib/Makefile b/netsvcs/lib/Makefile index 7f2caec6a8c..e2ca93d152d 100644 --- a/netsvcs/lib/Makefile +++ b/netsvcs/lib/Makefile @@ -4,8 +4,8 @@ # Makefile for the server-side ACE network services #---------------------------------------------------------------------------- -#LIB = libnet_svcs.a -SHLIB = libnet_svcs.so +#LIB = libnetsvcs.a +SHLIB = libnetsvcs.so FILES = TS_Server_Handler \ TS_Clerk_Handler \ |