summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-01-31 20:27:59 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-01-31 20:27:59 +0100
commitc167c2a3a404f5166ffd70a15a09c97cd1883ee8 (patch)
tree12d2916bd2a58a20c9672a8d4c78974c5e9eb13d /src/Makefile
parentab67022bd5b60c839cc5d8360cd0c0a7f8c21f83 (diff)
downloadlatrace-c167c2a3a404f5166ffd70a15a09c97cd1883ee8.tar.gz
latrace-c167c2a3a404f5166ffd70a15a09c97cd1883ee8.tar.xz
latrace-c167c2a3a404f5166ffd70a15a09c97cd1883ee8.zip
adding support for global symbol config
one global tree to rule them all - only one tree is searched during the plt entry/exit - symbols are added during the bind audit callback
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 796028a..eb16064 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -28,7 +28,8 @@ AUDIT_OBJS=\
src/fifo.o \
src/output.o \
src/objsearch.o \
- src/stack.o
+ src/stack.o \
+ src/symbol.o
ifeq ($(CONFIG_ARCH_HAVE_ARGS),y)
AUDIT_OBJS+=\