Move headers under include/
[lttng-modules.git] / tests / Kbuild
index 3e2edf5bafb5767f6c84ccdd2886ab0d8b2165f4..906cbac83329ba799112eabe9ba4865fec341eb6 100644 (file)
@@ -4,7 +4,7 @@ TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
 
 include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common
 
-ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
+ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)/include
 
 obj-$(CONFIG_LTTNG) += lttng-test.o
 lttng-test-objs := probes/lttng-test.o
This page took 0.022878 seconds and 4 git commands to generate.