summaryrefslogtreecommitdiff
path: root/manager/bin/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-03 18:41:09 +0200
committerManuel Traut <manut@mecka.net>2012-06-03 18:41:09 +0200
commitb4438ec8043b2d803eb3c5da979ed4c9a3b1f53e (patch)
tree611e13cb5e15a456b852ed0e7da91526c37f0903 /manager/bin/Makefile
parent5a4291a430d1584d05382510449408f4d70327a9 (diff)
manager: fix bugs in io registration
- an error needs to be returned - narrow ptr into corba obj Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'manager/bin/Makefile')
-rw-r--r--manager/bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/bin/Makefile b/manager/bin/Makefile
index 05c14d7..994c384 100644
--- a/manager/bin/Makefile
+++ b/manager/bin/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_CosNaming -lTAO_PortableServer
+ -lrt -lACE -lTAO -lTAO_AnyTypeCode -lTAO_CosNaming -lTAO_PortableServer
CFLAGS += -fPIC -I$(DISTRIO_COMMON) -I$(DISTRIO_IO)
CXXFLAGS += $(CFLAGS)