From f765da369aaf5549ee0c0b063445cf9daa4c4d9a Mon Sep 17 00:00:00 2001
From: Botond Baranyi <botond.baranyi@ericsson.com>
Date: Fri, 28 Oct 2016 14:59:57 +0200
Subject: [PATCH] fixed make install dependencies for the LTTngUSTLogger
 plug-in

Change-Id: I011fa107c8033d003e246a735fa122d1b9fac820
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
---
 loggerplugins/LTTngUSTLogger/.gitignore | 3 +++
 loggerplugins/LTTngUSTLogger/Makefile   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 loggerplugins/LTTngUSTLogger/.gitignore

diff --git a/loggerplugins/LTTngUSTLogger/.gitignore b/loggerplugins/LTTngUSTLogger/.gitignore
new file mode 100644
index 000000000..47f464c9b
--- /dev/null
+++ b/loggerplugins/LTTngUSTLogger/.gitignore
@@ -0,0 +1,3 @@
+FT
+*.so
+*.so.[0-9]*
diff --git a/loggerplugins/LTTngUSTLogger/Makefile b/loggerplugins/LTTngUSTLogger/Makefile
index c92268bef..abe72e796 100644
--- a/loggerplugins/LTTngUSTLogger/Makefile
+++ b/loggerplugins/LTTngUSTLogger/Makefile
@@ -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)
-- 
GitLab