X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ust%2FMakefile.am;h=e353751eebbfdef89acbb7bdd24e0f91ce7122cd;hb=772030fed323e388da467735cf4b5e8781acb710;hp=8f78cfdf7a0b0f5e94c8a706f60a059d6047e21f;hpb=55355fa5bb062aeb705e808642bf953d9de9b3ba;p=lttng-ust.git diff --git a/ust/Makefile.am b/ust/Makefile.am index 8f78cfdf..e353751e 100644 --- a/ust/Makefile.am +++ b/ust/Makefile.am @@ -1,8 +1,10 @@ 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 #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 +