usttrace: improve
[ust.git] / ust / Makefile.am
index 9f5a94bdd6f2d47f07467cb36eb75f1b018eff08..dcd23a841c8e87b23aa8821f68e65ffc4a9782fb 100644 (file)
@@ -1,8 +1,8 @@
 bin_PROGRAMS = ust
-ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h
+ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/libustcmd/ustcmd.c $(top_builddir)/libustcmd/ustcmd.h $(top_builddir)/share/usterr.h
+ust_CFLAGS = -DUST_COMPONENT=ust
 
-#INCLUDES = -I$(top_builddir)/share
-INCLUDES = -I@URCU_PATH@
-INCLUDES += -I@KCOMPAT_PATH@
-#INCLUDES += -I$(top_builddir)/libust
+INCLUDES = $(KCOMPAT_CFLAGS)
 INCLUDES += -I$(top_builddir)/libustcomm
+INCLUDES += -I$(top_builddir)/libustcmd
+INCLUDES += -I$(top_builddir)/share
This page took 0.023111 seconds and 4 git commands to generate.