diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-24 17:49:08 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-24 17:49:08 +0000 |
commit | 9868795933c700f8dc8d28d83f00374e89b5e5b0 (patch) | |
tree | 8fb8f2725a603de0b03b36c117b1a81f15c6cb2f /netsvcs | |
parent | 800b209d98c2eaf8d50b603d5af754e154a94142 (diff) | |
download | ATCD-9868795933c700f8dc8d28d83f00374e89b5e5b0.tar.gz |
ChangeLogTag:Sat May 24 17:21:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Makefile.Dump_Restore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile.Dump_Restore b/netsvcs/clients/Naming/Dump_Restore/Makefile.Dump_Restore index cef7bbaa9c5..1c827790270 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Makefile.Dump_Restore +++ b/netsvcs/clients/Naming/Dump_Restore/Makefile.Dump_Restore @@ -8,18 +8,20 @@ # Local macros #---------------------------------------------------------------------------- +LIB2 = libDump_Restore.a SHLIB2 = libDump_Restore.$(SOEXT) FILES = Dump_Restore LSRC = $(addsuffix .cpp,$(FILES)) LIBS += $(ACELIB) -BUILD = $(VSHLIB) +BUILD = $(VLIB) $(VSHLIB) #### If the ACE library wasn't built with sufficient components, don't #### try to build here. ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace) ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS))) + LIB = $(LIB2) SHLIB = $(SHLIB2) endif # Other |