Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / ustctl / Makefile.am
1 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libustcomm \
2 -I$(top_builddir)/libustcmd $(KCOMPAT_CFLAGS)
3
4 bin_PROGRAMS = ustctl
5 ustctl_SOURCES = ustctl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/libustcmd/ustcmd.c $(top_builddir)/libustcmd/ustcmd.h
6 ustctl_CFLAGS = -DUST_COMPONENT=ustctl
7
This page took 0.02892 seconds and 4 git commands to generate.