rename ust -> ustctl
[ust.git] / ustctl / Makefile.am
diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am
new file mode 100644 (file)
index 0000000..7ceca54
--- /dev/null
@@ -0,0 +1,8 @@
+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_CFLAGS = -DUST_COMPONENT=ust
+
+INCLUDES = $(KCOMPAT_CFLAGS)
+INCLUDES += -I$(top_builddir)/libustcomm
+INCLUDES += -I$(top_builddir)/libustcmd
+INCLUDES += -I$(top_builddir)/share
This page took 0.023489 seconds and 4 git commands to generate.