summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2019-05-22 14:58:54 +0300
committerPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-05-22 14:58:54 +0300
commitb411e51b5cdd7c100af4a071d39f9549e3b4f325 (patch)
treed26c3713cd3dbb8ec78f2f26188e84f62a0a558e /Makefile.am
parentf0d7f11f160a34faab248b9e43274d3c9ed1b4f2 (diff)
Fix build errors (#6081)
* Fix build errors * Remove obsolete flags
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \