reorganize test programs into tests/ directory
[ust.git] / tests / hello / Makefile.am
diff --git a/tests/hello/Makefile.am b/tests/hello/Makefile.am
new file mode 100644 (file)
index 0000000..845773e
--- /dev/null
@@ -0,0 +1,9 @@
+INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
+       $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
+
+noinst_PROGRAMS = hello
+hello_SOURCES = hello.c tp.c tp.h
+hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.02385 seconds and 4 git commands to generate.