7094cf669cab25401ac346c98d98cfe0ec949f82
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/ -I$(top_srcdir)/tests/utils
2
3 noinst_PROGRAMS = test_shm
4 test_shm_SOURCES = shm.c
5 test_shm_LDADD = \
6 $(top_builddir)/libringbuffer/libringbuffer.la \
7 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
8 $(top_builddir)/snprintf/libustsnprintf.la \
9 $(top_builddir)/tests/utils/libtap.a
This page took 0.028994 seconds and 3 git commands to generate.