@@ -200,6 +200,7 @@ INCLUDES += -I$(src)/include/trace-cmd
INCLUDES += -I$(src)/lib/traceevent/include
INCLUDES += -I$(src)/lib/trace-cmd/include
INCLUDES += -I$(src)/kernel-shark/include
+INCLUDES += -I$(src)/tracecmd/include
include $(src)/features.mk
similarity index 100%
rename from bug.h
rename to tracecmd/include/bug.h
similarity index 100%
rename from list.h
rename to tracecmd/include/list.h
similarity index 100%
rename from trace-cmd-local.h
rename to tracecmd/include/trace-cmd-local.h
similarity index 100%
rename from trace-local.h
rename to tracecmd/include/trace-local.h
similarity index 100%
rename from trace-msg.h
rename to tracecmd/include/trace-msg.h
This patch moves trace-cmd's private headers in a dedicated directory called tracecmd/include, as part of a bigger restructuring plan of trace-cmd's code base. Signed-off-by: Vladislav Valtchev (VMware) <vladislav.valtchev@gmail.com> --- Makefile | 1 + bug.h => tracecmd/include/bug.h | 0 list.h => tracecmd/include/list.h | 0 trace-cmd-local.h => tracecmd/include/trace-cmd-local.h | 0 trace-local.h => tracecmd/include/trace-local.h | 0 trace-msg.h => tracecmd/include/trace-msg.h | 0 6 files changed, 1 insertion(+) rename bug.h => tracecmd/include/bug.h (100%) rename list.h => tracecmd/include/list.h (100%) rename trace-cmd-local.h => tracecmd/include/trace-cmd-local.h (100%) rename trace-local.h => tracecmd/include/trace-local.h (100%) rename trace-msg.h => tracecmd/include/trace-msg.h (100%)