diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 01:53:10 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 01:53:10 +0000 |
commit | f0c0a38d7087c71d7513cd5ee1dbad646962557e (patch) | |
tree | 0630983728fbba492c75c79229d7701c254225c5 | |
parent | 50947af86fc42a086c6f7614d549f459616521a9 (diff) | |
download | ATCD-f0c0a38d7087c71d7513cd5ee1dbad646962557e.tar.gz |
First attempt at getting it to work on Solaris.
-rw-r--r-- | TAO/orbsvcs/tests/ImplRepo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Makefile b/TAO/orbsvcs/tests/ImplRepo/Makefile index a3098e7a849..45d5f168d25 100644 --- a/TAO/orbsvcs/tests/ImplRepo/Makefile +++ b/TAO/orbsvcs/tests/ImplRepo/Makefile @@ -17,7 +17,7 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs \ -I$(TAO_ROOT) IDL_SRC = AirplaneS.cpp AirplaneC.cpp NesteaS.cpp NesteaC.cpp -PROG_SRCS = Repository.cpp \ +PROG_SRCS = \ Repository_Test.cpp \ airplane_client.cpp \ airplane_server.cpp \ @@ -59,6 +59,7 @@ NESTEA_SERVER_OBJS = NesteaC.o \ REPOSITORY_TEST_OBJS = ../../../ImplRepo_Service/$(VDIR)/Repository.o \ + ../../../ImplRepo_Service/$(VDIR)/Options.o \ Repository_Test.o VLDLIBS = $(LDLIBS:%=%$(VAR)) |