diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-10-10 15:16:36 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-10-10 18:10:06 +0200 |
commit | e2bcaceee6d8a8f9f50854bf1695d5cd1f53f7c6 (patch) | |
tree | 2279b65be2f48f185ab0c94e35b47b67a97b967a /src | |
parent | 226ef1d1432a379ad16e5f8d3e74a612d185ab91 (diff) |
build: resolve link failure when --disable-talloc is used
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 |