Cleanup: standardise include path
[lttng-ust.git] / tests / ctf-types / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers
2
3noinst_PROGRAMS = ctf-types
4ctf_types_SOURCES = ctf-types.c tp.c ust_tests_ctf_types.h
5ctf_types_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la $(DL_LIBS)
6ctf_types_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS)
7
8EXTRA_DIST = README
This page took 0.025078 seconds and 4 git commands to generate.