diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-09 16:24:59 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-09 16:24:59 +0000 |
commit | 91967c4118a16da9c5da8c69b323bb112aa839b4 (patch) | |
tree | 7ac87e2008e0505f35058aac34089b37bea53336 /tests | |
parent | 48aaffafb20f79f2f90fc342c4a63144074ffc43 (diff) |
fix objects that are needed to get tests linkable (due to namechange from ldap-nss to myldap)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@492 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c9da7ea..a2e5fce 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,7 +43,7 @@ test_tio_LDFLAGS = -pthread test_cfg_SOURCES = test_cfg.c test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o \ - ../nslcd/common.o ../nslcd/ldap-nss.o ../nslcd/pagectrl.o \ + ../nslcd/common.o ../nslcd/myldap.o ../nslcd/pagectrl.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 \ @@ -52,9 +52,9 @@ test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o \ test_myldap_SOURCES = test_myldap.c test_myldap_CFLAGS = -pthread -test_myldap_LDADD = ../nslcd/log.o ../common/dict.o \ +test_myldap_LDADD = ../nslcd/log.o ../common/dict.o ../common/tio.o \ ../nslcd/common.o ../nslcd/cfg.o \ - ../nslcd/ldap-nss.o ../nslcd/pagectrl.o @nslcd_LIBS@ + ../nslcd/myldap.o ../nslcd/pagectrl.o @nslcd_LIBS@ common_SOURCES = ../nss/common.c ../nslcd.h ../nss/prototypes.h \ ../common/tio.c ../common/tio.h |