Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-02-01 23:01:20 +0100
committerArthur de Jong <arthur@arthurdejong.org>2008-02-01 23:01:20 +0100
commit5bb9f8aade94d96f01c0414b887ab0a671a934dd (patch)
treeb5c5cdb1fadcf2d077d2945caa2c2dac01cafc7d /tests
parentcf866a2f7af9c780d29a1ff37e241bd2c4f99800 (diff)
pagectrl module has moved
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@600 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a781d5..2f8a682 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,7 +45,7 @@ test_tio_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
test_cfg_SOURCES = test_cfg.c
test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o \
- ../nslcd/common.o ../nslcd/myldap.o ../nslcd/pagectrl.o \
+ ../nslcd/common.o ../nslcd/myldap.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 \
@@ -56,7 +56,7 @@ test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o \
test_myldap_SOURCES = test_myldap.c
test_myldap_LDADD = ../nslcd/log.o ../common/dict.o ../common/tio.o \
../nslcd/common.o ../nslcd/cfg.o \
- ../nslcd/myldap.o ../nslcd/pagectrl.o @nslcd_LIBS@
+ ../nslcd/myldap.o @nslcd_LIBS@ ../compat/libcompat.a
common_SOURCES = ../nss/common.c ../nslcd.h ../nss/prototypes.h \
../common/tio.c ../common/tio.h