From 93f8aa6e04b76a23b0409e3a73b86e7fd318377d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 21 May 2009 11:24:59 +0000 Subject: refactor protocol reading and writing macros to the common directory, use more logical names and in the PAM module no longer use NSS status codes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@887 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index fb50281..e0809c4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -74,7 +74,7 @@ test_common_LDADD = ../nslcd/log.o ../nslcd/common.o ../nslcd/cfg.o \ ../nslcd/myldap.o @nslcd_LIBS@ ../common/libtio.a \ ../common/libdict.a ../compat/libcompat.a -common_SOURCES = ../nss/common.c ../nslcd.h ../nss/prototypes.h \ +common_SOURCES = ../common/nslcd-prot.c ../nslcd.h ../nss/prototypes.h \ ../common/tio.c ../common/tio.h test_aliases_SOURCES = test_aliases.c ../nss/aliases.c $(common_SOURCES) -- cgit v1.2.3