continue working on build system
[ust.git] / ustd / Makefile.am
diff --git a/ustd/Makefile.am b/ustd/Makefile.am
new file mode 100644 (file)
index 0000000..f2cb959
--- /dev/null
@@ -0,0 +1,9 @@
+bin_PROGRAMS = ustd
+ustd_SOURCES = lowlevel.c localerr.h ustd.c ustd.h $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/share/kref.c
+ustd_LDFLAGS = -lpthread
+
+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.023318 seconds and 4 git commands to generate.