Tests: Add test app to generate syscalls
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / Makefile.am
diff --git a/tests/utils/testapp/gen-syscall-events/Makefile.am b/tests/utils/testapp/gen-syscall-events/Makefile.am
new file mode 100644 (file)
index 0000000..9741b18
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CFLAGS += -I$(top_srcdir)/tests/utils/
+
+noinst_PROGRAMS = gen-syscall-events
+gen_syscall_events_SOURCES = gen-syscall-events.c
+gen_syscall_events_LDADD = $(top_builddir)/tests/utils/libtestutils.la
This page took 0.022738 seconds and 4 git commands to generate.