X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2FMakefile.am;fp=tests%2Ftracepoint%2FMakefile.am;h=37c8f200e19fe87a98f3a5954d05e74e435806f7;hb=cd5de8df6ea38d5810c4abd92edf20a24179f0f5;hp=0000000000000000000000000000000000000000;hpb=6c8567d2a7ae37ee2a805a099f49ca8258862ea7;p=ust.git diff --git a/tests/tracepoint/Makefile.am b/tests/tracepoint/Makefile.am new file mode 100644 index 0000000..37c8f20 --- /dev/null +++ b/tests/tracepoint/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_PROGRAMS = tracepoint_test +tracepoint_test_SOURCES = tracepoint_test.c tracepoint_test.h +tracepoint_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o + +CFLAGS_tracepoint_test.o = -I$(src) +noinst_SCRIPTS = run +EXTRA_DIST = run