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