summaryrefslogtreecommitdiff
path: root/src/trace/include.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/include.am')
-rw-r--r--src/trace/include.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/trace/include.am b/src/trace/include.am
new file mode 100644
index 0000000000..f7de1fb111
--- /dev/null
+++ b/src/trace/include.am
@@ -0,0 +1,20 @@
+# Include the src/ so we can use the trace/events.h statement when including
+# any file in that directory.
+AM_CPPFLAGS += -I$(srcdir)/src
+
+noinst_LIBRARIES += \
+ src/trace/libor-trace.a
+LIBOR_TRACE_A_SOURCES =
+
+TRACEHEADERS = \
+ src/trace/events.h
+
+if USE_EVENT_TRACING_DEBUG
+TRACEHEADERS += \
+ src/trace/debug.h
+endif
+
+# Library source files.
+src_trace_libor_trace_a_SOURCES = $(LIBOR_TRACE_A_SOURCES)
+
+noinst_HEADERS+= $(TRACEHEADERS)