diff options
| -rw-r--r-- | common/Makefile | 2 | ||||
| -rw-r--r-- | common/distrio_helper.cpp (renamed from common/common.cpp) | 2 | ||||
| -rw-r--r-- | common/distrio_helper.h (renamed from common/common.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile index af3963e..44357f5 100644 --- a/common/Makefile +++ b/common/Makefile @@ -13,7 +13,7 @@ DESTDIR := /usr COMPONENT = distrio_common LIB = lib$(COMPONENT).so -OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o common.o +OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o distrio_helper.o IDL_CLEANFILES = $(COMPONENT)C.cpp $(COMPONENT)C.inl $(COMPONENT)I.h \ $(COMPONENT)S.h $(COMPONENT)C.h $(COMPONENT)S.cpp diff --git a/common/common.cpp b/common/distrio_helper.cpp index 9fd35e3..5b368e7 100644 --- a/common/common.cpp +++ b/common/distrio_helper.cpp @@ -5,7 +5,7 @@ #include <iostream> -#include "common.h" +#include "distrio_helper.h" int init_corba (int argc, char **argv) { diff --git a/common/common.h b/common/distrio_helper.h index 8070544..8070544 100644 --- a/common/common.h +++ b/common/distrio_helper.h |
