summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-02-19 16:42:13 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-19 16:10:06 -0500
commit452af66b06cc0f43650cc9c507a28d4d1fd9f916 (patch)
treeb8a6d5794dc20858271987d45d3a6302c199ec28
parent009e3b7971be6fa064c64e85ce03f69941304233 (diff)
downloadsssd-452af66b06cc0f43650cc9c507a28d4d1fd9f916.tar.gz
sssd-452af66b06cc0f43650cc9c507a28d4d1fd9f916.tar.xz
sssd-452af66b06cc0f43650cc9c507a28d4d1fd9f916.zip
Fix two typos
-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 = \