diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-12-08 14:14:00 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-12-08 14:14:29 +0100 |
commit | 49a8f88565385107cf008d1f2c01344a3f165c4d (patch) | |
tree | fb19b4392fe9602eb91954f597c7cef9923e02bc /utils | |
parent | ac4ed17dbd15ed703583584626d820f66ea5a17d (diff) |
utils: add TALLOC_CFLAGS to build
this is an attempt to fix the FreeBSD build
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |