Add missing files to distribution
[lttng-ust.git] / tests / snprintf / Makefile.am
index 734ab18abfb851d7b692a08167ed92daba4d618f..3e2b37c96d27e233fb5dfb59eeab2d21682c9be5 100644 (file)
@@ -1,7 +1,8 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
 
-check_PROGRAMS = prog
-prog_SOURCES = prog.c
-prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la
+noinst_PROGRAMS = test_snprintf
+test_snprintf_SOURCES = snprintf.c
+test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
+       $(top_builddir)/tests/utils/libtap.a
 
-TESTS = prog
+EXTRA_DIST = README
This page took 0.023101 seconds and 4 git commands to generate.