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