From c167c2a3a404f5166ffd70a15a09c97cd1883ee8 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Mon, 31 Jan 2011 20:27:59 +0100 Subject: 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 --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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+=\ -- cgit