build: resolve link failure when --disable-talloc is used

This commit is contained in:
Jan Engelhardt 2011-10-10 15:16:36 +02:00 committed by Harald Welte
parent 226ef1d143
commit e2bcaceee6
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ endif
if ENABLE_TALLOC
libosmocore_la_SOURCES += talloc.c
else
libosmocore_la_LIBADD = -ltalloc
endif
if ENABLE_MSGFILE