Cleanup: standardise include path
[lttng-ust.git] / snprintf / Makefile.am
index b01d13ead1aa6c6a75f3b5e7ffeb174c8ef39f31..17e698c47f0cdfab445bc8eb6193f7c197a8375c 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
+AM_CPPFLAGS += -I$(top_srcdir)/libustcomm
 AM_CFLAGS += -fno-strict-aliasing
 
 noinst_LTLIBRARIES = libustsnprintf.la
@@ -20,3 +20,5 @@ libustsnprintf_la_SOURCES = \
 
 libustsnprintf_la_LDFLAGS = -no-undefined -static
 libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS)
+
+EXTRA_DIST = README
This page took 0.044082 seconds and 4 git commands to generate.