diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-03-01 14:45:39 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-03-01 14:45:39 +0100 |
commit | 7551b6e26d5049a8f1725c61a46717a9bb877b84 (patch) | |
tree | a1a1b75b9eab6c1f540ebea2f734822102c888e4 /odk/examples/cpp | |
parent | 8e8fc2abfa0e8ffe4dc9b7cd4b59593b2d674351 (diff) |
jsc340: i114609: move generated component services rdb
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r-- | odk/examples/cpp/counter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/counter/Makefile b/odk/examples/cpp/counter/Makefile index e809c24cf163..161145f7dea6 100644 --- a/odk/examples/cpp/counter/Makefile +++ b/odk/examples/cpp/counter/Makefile @@ -51,7 +51,7 @@ OUT_COMP_INC = $(OUT_INC)/$(COMP_NAME) OUT_COMP_GEN = $(OUT_MISC)/$(COMP_NAME) OUT_COMP_OBJ = $(OUT_OBJ)/$(COMP_NAME) OUT_COMP_SLO = $(OUT_SLO)/$(COMP_NAME) -COMP_SERVICES=$(OUT_BIN)/counterservices.rdb +COMP_SERVICES=$(SHAREDLIB_OUT)/counterservices.rdb ENV_EXAMPLE_TYPES=-env:URE_MORE_TYPES=$(URLPREFIX)$(COMP_RDB) ENV_COMP_SERVICES=-env:URE_MORE_SERVICES=$(URLPREFIX)$(COMP_SERVICES) |