Make buildsystem use pkg-config to search for kcompat and liburcu
[lttng-ust.git] / ust / Makefile.am
index e26a1213d5f9dc0bba0a8fc9502c87743ce5bbbc..8f78cfdf7a0b0f5e94c8a706f60a059d6047e21f 100644 (file)
@@ -3,6 +3,6 @@ ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustc
 
 #INCLUDES = -I$(top_builddir)/share
 #INCLUDES += -I@URCU_PATH@
-INCLUDES = -I@KCOMPAT_PATH@
+INCLUDES = $(KCOMPAT_CFLAGS)
 #INCLUDES += -I$(top_builddir)/libust
 INCLUDES += -I$(top_builddir)/libustcomm
This page took 0.023568 seconds and 4 git commands to generate.