Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / ustctl / Makefile.am
index a27880a03404ae3dd7642ac77ab9a4b3fd552720..93c5629c98b5a7c501a0c4ec69fbfcf5f38c9e43 100644 (file)
@@ -1,8 +1,7 @@
+AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libustcomm \
+       -I$(top_builddir)/libustcmd $(KCOMPAT_CFLAGS)
+
 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_SOURCES = ustctl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/libustcmd/ustcmd.c $(top_builddir)/libustcmd/ustcmd.h
 ustctl_CFLAGS = -DUST_COMPONENT=ustctl
 
-INCLUDES = $(KCOMPAT_CFLAGS)
-INCLUDES += -I$(top_builddir)/libustcomm
-INCLUDES += -I$(top_builddir)/libustcmd
-INCLUDES += -I$(top_builddir)/share
This page took 0.022232 seconds and 4 git commands to generate.