Cleanup tests
[lttng-ust.git] / tests / snprintf / Makefile.am
index d9f9da08f532ebda0e7be489935557fdabfd2bc4..2ceb9487a83da1385a114d3a0a92219dddc32d26 100644 (file)
@@ -1,9 +1,8 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = prog
 prog_SOURCES = prog.c
 prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
-       $(top_builddir)/tests/libtap.a
+       $(top_builddir)/tests/utils/libtap.a
 
-noinst_SCRIPT = test_snprintf
-EXTRA_DIST = test_snprintf
+dist_noinst_SCRIPTS = test_snprintf
This page took 0.022963 seconds and 4 git commands to generate.