mirror of https://gerrit.osmocom.org/libosmocore
utils: add TALLOC_CFLAGS to build
this is an attempt to fix the FreeBSD buildsysmocom/shared/log-speed
parent
ac4ed17dbd
commit
49a8f88565
|
@ -1,5 +1,5 @@
|
|||
if ENABLE_UTILITIES
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS)
|
||||
AM_CFLAGS = -Wall
|
||||
|
||||
bin_PROGRAMS = osmo-arfcn osmo-auc-gen
|
||||
|
|
Loading…
Reference in New Issue