aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-10-10 15:16:36 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-10 18:10:06 +0200
commite2bcaceee6d8a8f9f50854bf1695d5cd1f53f7c6 (patch)
tree2279b65be2f48f185ab0c94e35b47b67a97b967a
parent226ef1d1432a379ad16e5f8d3e74a612d185ab91 (diff)
build: resolve link failure when --disable-talloc is used
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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