summaryrefslogtreecommitdiff
path: root/manager/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-02 20:16:00 +0200
committerManuel Traut <manut@mecka.net>2012-06-02 20:16:00 +0200
commit6d77208d5ea6c18d28825c9dd4bf27565de0204f (patch)
tree73606a702d94ae2133b83f50a3e2e70e10e44873 /manager/Makefile
parent46acbd16e242d2c62edfe01dffc88fddbdbc7f14 (diff)
manager: add corba initialization
- register manager object at namingservice Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'manager/Makefile')
-rw-r--r--manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/Makefile b/manager/Makefile
index 28f7421..41553c3 100644
--- a/manager/Makefile
+++ b/manager/Makefile
@@ -6,7 +6,7 @@ DISTRIO_COMMON := ../common
DISTRIO_IO := ../io
LDFLAGS += -L$(DISTRIO_COMMON) -ldistrio_common -L$(DISTRIO_IO) -ldistrio_io \
- -lACE -lTAO -lTAO_AnyTypeCode -lTAO_PortableServer
+ -lACE -lTAO -lTAO_AnyTypeCode -lTAO_CosNaming -lTAO_PortableServer
CFLAGS += -fPIC -I$(DISTRIO_COMMON) -I$(DISTRIO_IO)
CXXFLAGS += $(CFLAGS)