From fcef1231eea30ee9cdc75f3f39f4b9207a84ea1d Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 24 Feb 2009 19:37:42 -0500 Subject: Add PAM client Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce --- sss_client/configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sss_client/configure.ac (limited to 'sss_client/configure.ac') diff --git a/sss_client/configure.ac b/sss_client/configure.ac new file mode 100644 index 000000000..9bd4f1f33 --- /dev/null +++ b/sss_client/configure.ac @@ -0,0 +1,13 @@ +AC_PREREQ(2.50) +AC_INIT(nss_sss, 0.0.1) +AC_CONFIG_HEADER(config.h) + +AC_LIBREPLACE_ALL_CHECKS +AC_LD_SONAMEFLAG +AC_LD_PICFLAG +AC_LD_SHLIBEXT +AC_LIBREPLACE_SHLD +AC_LIBREPLACE_SHLD_FLAGS +AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR + +AC_OUTPUT(Makefile) -- cgit