From 5ab993a94e073077a0ecf4e97bbc35d34eb5fbbb Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 03:47:30 +0200 Subject: manager: add quick n'dirty register functions - no locking at the moment - no unregister at the moment Signed-off-by: Manuel Traut --- manager/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manager/Makefile') diff --git a/manager/Makefile b/manager/Makefile index 41553c3..496f3ad 100644 --- a/manager/Makefile +++ b/manager/Makefile @@ -25,13 +25,13 @@ all: $(OBJ) idl: $(TAO_IDL) -GI -I../interfaces ../interfaces/$(COMPONENT).idl - rm -f $(COMPONENT)I.cpp + rm -f $(COMPONENT)I.cpp $(COMPONENT)I.h idl_clean: rm -f $(IDL_CLEANFILES) clean: idl_clean - rm *.o + rm -f *.o rm -f $(EXEC) install: all -- cgit v1.2.3