summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bc53e4ebf..a37cf7db1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -601,7 +601,7 @@ find_uid_tests_LDADD = \
auth_tests_SOURCES = \
tests/auth-tests.c \
$(SSSD_UTIL_OBJ)
-auth_tests_CFLAG = \
+auth_tests_CFLAGS = \
$(AM_CFLAGS) \
$(CHECK_CFLAGS)
auth_tests_LDADD = \
@@ -610,7 +610,7 @@ auth_tests_LDADD = \
ipa_ldap_opt_tests_SOURCES = \
tests/ipa_ldap_opt-tests.c
-ipa_ldap_opt_tests_CFLAG = \
+ipa_ldap_opt_tests_CFLAGS = \
$(AM_CFLAGS) \
$(CHECK_CFLAGS)
ipa_ldap_opt_tests_LDADD = \