add very simple compilation test
[lttng-ust.git] / tests / simple_include / Makefile.am
diff --git a/tests/simple_include/Makefile.am b/tests/simple_include/Makefile.am
new file mode 100644 (file)
index 0000000..3fa1041
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+check_PROGRAMS = simple_include
+simple_include_SOURCES = simple_include.c
+simple_include_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
+
+#noinst_SCRIPTS = run
+#EXTRA_DIST = run
This page took 0.02336 seconds and 4 git commands to generate.