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