X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ust%2FMakefile.am;h=dcd23a841c8e87b23aa8821f68e65ffc4a9782fb;hb=b13ba58434cd56230598d262b976ac787f0943d1;hp=55b87628062ecf8a5048238268670759bdd1f589;hpb=e14a34e05f6dd7b5f1133085561313ad90b8f266;p=lttng-ust.git diff --git a/ust/Makefile.am b/ust/Makefile.am index 55b87628..dcd23a84 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 localerr.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 = $(KCOMPAT_CFLAGS) -#INCLUDES += -I$(top_builddir)/libust INCLUDES += -I$(top_builddir)/libustcomm +INCLUDES += -I$(top_builddir)/libustcmd +INCLUDES += -I$(top_builddir)/share