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.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/trace/include.am b/src/trace/include.am
index f7de1fb111..3285b04de6 100644
--- a/src/trace/include.am
+++ b/src/trace/include.am
@@ -3,15 +3,17 @@
AM_CPPFLAGS += -I$(srcdir)/src
noinst_LIBRARIES += \
- src/trace/libor-trace.a
-LIBOR_TRACE_A_SOURCES =
+ src/trace/libor-trace.a
+LIBOR_TRACE_A_SOURCES = \
+ src/trace/trace.c
TRACEHEADERS = \
+ src/trace/trace.h \
src/trace/events.h
if USE_EVENT_TRACING_DEBUG
TRACEHEADERS += \
- src/trace/debug.h
+ src/trace/debug.h
endif
# Library source files.