Improve comments after review
[lttng-tools.git] / tests / regression / ust / libc-wrapper / Makefile.am
1 AM_CPPFLAGS = -I$(srcdir)
2
3 noinst_PROGRAMS = prog
4 prog_SOURCES = prog.c
5 prog_LDADD = -llttng-ust -llttng-ust-libc-wrapper
6
7 noinst_SCRIPTS = test_libc-wrapper test_libc-wrapper.py
8 EXTRA_DIST = test_libc-wrapper test_libc-wrapper.py
This page took 0.028687 seconds and 4 git commands to generate.