diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 14:01:02 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 14:01:02 +0200 |
| commit | db9dc73fb458638973a458ba76a2d7f159c96c4d (patch) | |
| tree | 02c13cf2fd972ca3f5fd0f88a82149a6d8f5863b /common/Makefile | |
| parent | 0354d89c2aa2c8934dc3a3c41f904bf5b713cb85 (diff) | |
libdistrio_common: rename common -> helper
- include 'common.h' in other components sounds bad
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |
