summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2011-03-01 14:45:39 +0100
committerJuergen Schmidt <jsc@openoffice.org>2011-03-01 14:45:39 +0100
commit8c38ea8da58e7e9a3f689d73d96760bdfbf9a6c4 (patch)
tree3f4ceaed35b74bf0cdbf0a2f2c899a8709e77c44
parent81a548678a121041a5f8b4ffa3666fd7dae643cb (diff)
jsc340: i114609: move generated component services rdb
-rw-r--r--odk/examples/cpp/counter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/counter/Makefile b/odk/examples/cpp/counter/Makefile
index e809c24c..161145f7 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)