From db9dc73fb458638973a458ba76a2d7f159c96c4d Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 14:01:02 +0200 Subject: libdistrio_common: rename common -> helper - include 'common.h' in other components sounds bad Signed-off-by: Manuel Traut --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Makefile') 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 -- cgit v1.2.3