From b4438ec8043b2d803eb3c5da979ed4c9a3b1f53e Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 18:41:09 +0200 Subject: manager: fix bugs in io registration - an error needs to be returned - narrow ptr into corba obj Signed-off-by: Manuel Traut --- manager/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manager/bin/Makefile') 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) -- cgit v1.2.3