From 7c32d0121c95bbb05ab064b29bf7ec2ba5defc00 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 29 May 2009 21:18:23 +0000 Subject: add missing objects to test programs git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@903 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index fb50281..600004b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,6 +63,10 @@ test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o \ test_myldap_SOURCES = test_myldap.c test_myldap_LDADD = ../nslcd/log.o ../nslcd/common.o ../nslcd/cfg.o \ + ../nslcd/alias.o ../nslcd/ether.o ../nslcd/group.o \ + ../nslcd/host.o ../nslcd/netgroup.o ../nslcd/network.o \ + ../nslcd/passwd.o ../nslcd/protocol.o ../nslcd/rpc.o \ + ../nslcd/service.o ../nslcd/shadow.o \ ../nslcd/myldap.o @nslcd_LIBS@ ../common/libtio.a \ ../common/libdict.a ../compat/libcompat.a @@ -71,6 +75,10 @@ test_getpeercred_LDADD = ../compat/libcompat.a test_common_SOURCES = test_common.c test_common_LDADD = ../nslcd/log.o ../nslcd/common.o ../nslcd/cfg.o \ + ../nslcd/alias.o ../nslcd/ether.o ../nslcd/group.o \ + ../nslcd/host.o ../nslcd/netgroup.o ../nslcd/network.o \ + ../nslcd/passwd.o ../nslcd/protocol.o ../nslcd/rpc.o \ + ../nslcd/service.o ../nslcd/shadow.o \ ../nslcd/myldap.o @nslcd_LIBS@ ../common/libtio.a \ ../common/libdict.a ../compat/libcompat.a -- cgit v1.2.3