From 95a909b4fd758c16ed1fb1449fa7294d9c44ab91 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 20 Apr 2008 05:45:44 +0300 Subject: Makefile: Compile and link talloc.c --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b494e0c307..290ef8a718 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ SRCS_COMMON = asxparser.c \ libaf/window.c \ osdep/$(GETCH) \ osdep/$(TIMER) \ + talloc.c SRCS_COMMON-$(HAVE_SYS_MMAN_H) += osdep/mmap_anon.c SRCS_COMMON-$(HAVE_SYS_MMAN_H) += libaf/af_export.c -- cgit v1.2.3