From 49a8f88565385107cf008d1f2c01344a3f165c4d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 8 Dec 2015 14:14:00 +0100 Subject: utils: add TALLOC_CFLAGS to build this is an attempt to fix the FreeBSD build --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 63a32eda..e95f546d 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -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 -- cgit v1.2.3