f6a6e9c410332b8af8bd3caa2a45a9f1ec62273d
[lttng-ust.git] / ust / Makefile.am
1 bin_PROGRAMS = ust
2 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
3 ust_CFLAGS = -DUST_COMPONENT=ust
4
5 INCLUDES = $(KCOMPAT_CFLAGS)
6 INCLUDES += -I$(top_builddir)/libustcomm
7 INCLUDES += -I$(top_builddir)/libustcmd
8 INCLUDES += -I$(top_builddir)/share
This page took 0.02907 seconds and 3 git commands to generate.