Tests: Add test app to generate syscalls
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / Makefile.am
1 AM_CFLAGS += -I$(top_srcdir)/tests/utils/
2
3 noinst_PROGRAMS = gen-syscall-events
4 gen_syscall_events_SOURCES = gen-syscall-events.c
5 gen_syscall_events_LDADD = $(top_builddir)/tests/utils/libtestutils.la
This page took 0.028676 seconds and 4 git commands to generate.