X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ustctl%2FMakefile.am;fp=ustctl%2FMakefile.am;h=7ceca548aabcd73f2bf23c989638492b32778a77;hb=55ad629d916dc8a9e0e8859bd469815dc9ec6ceb;hp=0000000000000000000000000000000000000000;hpb=89a10f62996c8fa75cb2eb90871a705c919ea625;p=ust.git diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am new file mode 100644 index 0000000..7ceca54 --- /dev/null +++ b/ustctl/Makefile.am @@ -0,0 +1,8 @@ +bin_PROGRAMS = ustctl +ustctl_SOURCES = ustctl.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 +ustctl_CFLAGS = -DUST_COMPONENT=ust + +INCLUDES = $(KCOMPAT_CFLAGS) +INCLUDES += -I$(top_builddir)/libustcomm +INCLUDES += -I$(top_builddir)/libustcmd +INCLUDES += -I$(top_builddir)/share