diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-29 23:18:23 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-29 23:18:23 +0200 |
commit | 7c32d0121c95bbb05ab064b29bf7ec2ba5defc00 (patch) | |
tree | 869102800d30c2da9967e5c9dce9274eea3dab63 /tests | |
parent | 297b01c444c86c4883301fc82596eb667a9f0d1b (diff) |
add missing objects to test programs
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@903 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |