summaryrefslogtreecommitdiffstats
path: root/xlators/debug/trace/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/debug/trace/src/Makefile.am')
-rw-r--r--xlators/debug/trace/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/debug/trace/src/Makefile.am b/xlators/debug/trace/src/Makefile.am
index eb6434a7d6c..ed970cac002 100644
--- a/xlators/debug/trace/src/Makefile.am
+++ b/xlators/debug/trace/src/Makefile.am
@@ -7,6 +7,7 @@ trace_la_LDFLAGS = -module -avoidversion
trace_la_SOURCES = trace.c
trace_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
+noinst_HEADERS = trace.h trace-mem-types.h
AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src
AM_CFLAGS = -Wall $(GF_CFLAGS)