Skip to content
Snippets Groups Projects
Commit f765da36 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

fixed make install dependencies for the LTTngUSTLogger plug-in


Change-Id: I011fa107c8033d003e246a735fa122d1b9fac820
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 228a8cef
No related branches found
No related tags found
No related merge requests found
FT
*.so
*.so.[0-9]*
......@@ -104,7 +104,7 @@ $(TPP): $(TPP_OBJ)
dep:
@echo Doing nothing...
install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_PARALLEL) $(SHARED_LIB_PARALLEL_RT2)
install: $(SHARED_LIB) $(SHARED_LIB_RT2) $(SHARED_LIB_PARALLEL) $(SHARED_LIB_PARALLEL_RT2) $(TPP)
mkdir -p $(LIB_DIR)
cp $(SHARED_LIB)* $(SHARED_LIB_RT2)* $(SHARED_LIB_PARALLEL)* $(SHARED_LIB_PARALLEL_RT2)* $(LIB_DIR)
cp $(TPP) $(LIB_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment