[SSSD] [PATCH] Fix two typos

Sumit Bose sbose at redhat.com
Fri Feb 19 16:38:24 UTC 2010


Hi,

by change I found these two typos.

bye,
Sumit
-------------- next part --------------
From e1cccaa4b21f43ce84ac47f96078a0a9a0ead2a0 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Fri, 19 Feb 2010 16:42:13 +0100
Subject: [PATCH] Fix two typos

---
 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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 = \
-- 
1.6.6



More information about the sssd-devel mailing list