port ust to build system
[ust.git] / ust / Makefile.am
diff --git a/ust/Makefile.am b/ust/Makefile.am
new file mode 100644 (file)
index 0000000..e26a121
--- /dev/null
@@ -0,0 +1,8 @@
+bin_PROGRAMS = ust
+ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h
+
+#INCLUDES = -I$(top_builddir)/share
+#INCLUDES += -I@URCU_PATH@
+INCLUDES = -I@KCOMPAT_PATH@
+#INCLUDES += -I$(top_builddir)/libust
+INCLUDES += -I$(top_builddir)/libustcomm
This page took 0.022148 seconds and 4 git commands to generate.