Cleanup: standardise include path
[lttng-ust.git] / tests / snprintf / Makefile.am
index 719e1cc8a55c6ddee0805f388cd2e9f7beb499bb..db0aca938259348192fe03bd8f05793fb97f0396 100644 (file)
@@ -1,6 +1,8 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = test_snprintf
 test_snprintf_SOURCES = snprintf.c
 test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
        $(top_builddir)/tests/utils/libtap.a
+
+EXTRA_DIST = README
This page took 0.023309 seconds and 4 git commands to generate.