a27880a03404ae3dd7642ac77ab9a4b3fd552720
[ust.git] / ustctl / Makefile.am
1 bin_PROGRAMS = ustctl
2 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
3 ustctl_CFLAGS = -DUST_COMPONENT=ustctl
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.028897 seconds and 3 git commands to generate.