From e2bcaceee6d8a8f9f50854bf1695d5cd1f53f7c6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Oct 2011 15:16:36 +0200 Subject: build: resolve link failure when --disable-talloc is used --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7d9bbd66..df104ac3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,6 +26,8 @@ endif if ENABLE_TALLOC libosmocore_la_SOURCES += talloc.c +else +libosmocore_la_LIBADD = -ltalloc endif if ENABLE_MSGFILE -- cgit v1.2.3