From b411e51b5cdd7c100af4a071d39f9549e3b4f325 Mon Sep 17 00:00:00 2001 From: Markos Fountoulakis <44345837+mfundul@users.noreply.github.com> Date: Wed, 22 May 2019 14:58:54 +0300 Subject: Fix build errors (#6081) * Fix build errors * Remove obsolete flags --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 41d0fe2793..f2087bb920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,7 +106,7 @@ SUBDIRS += \ AM_CFLAGS = \ $(OPTIONAL_MATH_CFLAGS) \ - $(OPTIONAL_NFACCT_CLFAGS) \ + $(OPTIONAL_NFACCT_CFLAGS) \ $(OPTIONAL_ZLIB_CFLAGS) \ $(OPTIONAL_UUID_CFLAGS) \ $(OPTIONAL_LIBCAP_LIBS) \ -- cgit v1.2.3