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.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/trace/include.am b/src/trace/include.am
deleted file mode 100644
index 3285b04de6..0000000000
--- a/src/trace/include.am
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 = \
- src/trace/trace.c
-
-TRACEHEADERS = \
- src/trace/trace.h \
- 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)