diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 05:58:53 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 05:58:53 +0000 |
commit | 77db1673fda850bc7a3c8a1074035965639646bc (patch) | |
tree | 6ba1bb4843cedeeb31d726fefd97e113978889b5 /cppe/src | |
parent | Minor edits for style. (diff) | |
download | ice-77db1673fda850bc7a3c8a1074035965639646bc.tar.bz2 ice-77db1673fda850bc7a3c8a1074035965639646bc.tar.xz ice-77db1673fda850bc7a3c8a1074035965639646bc.zip |
Added support for using the minimal library in the IceE demos.
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceEC/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cppe/src/IceEC/Makefile b/cppe/src/IceEC/Makefile index db516317850..3e9fef834d2 100644 --- a/cppe/src/IceEC/Makefile +++ b/cppe/src/IceEC/Makefile @@ -19,8 +19,7 @@ TRANSPORT_DIR = $(top_srcdir)/src/TcpTransport ICE_DIR = $(top_srcdir)/src/IceE -TRANSPORT_OBJS = Acceptor.o \ - Connector.o \ +TRANSPORT_OBJS = Connector.o \ EndpointFactory.o \ TcpEndpoint.o \ Transceiver.o @@ -88,13 +87,14 @@ TRANSPORT_SRCS = $(TRANSPORT_DIR)/Acceptor.cpp \ SRCS = $(LOCAL_OBJS:.o=.cpp) $(TRANSPORT_SRCS) SLICE_SRCS = $(SDIR)/BuiltinSequences.ice \ + $(SDIR)/FacetMap.ice \ $(SDIR)/Identity.ice \ - $(SDIR)/LocatorF.ice \ $(SDIR)/Locator.ice \ - $(SDIR)/LoggerF.ice \ + $(SDIR)/LocatorF.ice \ $(SDIR)/Logger.ice \ - $(SDIR)/RouterF.ice \ - $(SDIR)/Router.ice + $(SDIR)/LoggerF.ice \ + $(SDIR)/Router.ice \ + $(SDIR)/RouterF.ice HDIR = $(includedir)/IceE SDIR = $(slicedir)/IceE |