From 452af66b06cc0f43650cc9c507a28d4d1fd9f916 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Feb 19 2010 21:10:06 +0000 Subject: Fix two typos --- diff --git a/src/Makefile.am b/src/Makefile.am index bc53e4e..a37cf7d 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 = \