X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ust%2FMakefile.am;h=f6a6e9c410332b8af8bd3caa2a45a9f1ec62273d;hb=2028e7fd97170e430b55b8c0e1a6ca1edca7680c;hp=9f5a94bdd6f2d47f07467cb36eb75f1b018eff08;hpb=769d015768372ce7f68ff12bbc55aa339c3a6bcd;p=lttng-ust.git diff --git a/ust/Makefile.am b/ust/Makefile.am index 9f5a94bd..f6a6e9c4 100644 --- a/ust/Makefile.am +++ b/ust/Makefile.am @@ -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 localerr.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