summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-09-22 21:35:53 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-09-22 21:35:53 +0000
commit45de337458e7ee5bc338aa3b7f1c35006f7a7d87 (patch)
treebd1b1718b949b538b1f896c57001e6d58b445898 /tests
parent6b8c169fc519546f949c8881ac3bf8af136ad843 (diff)
add all objects that are now needed to test the configuration module
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@415 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b92d433..3925e18 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,7 +39,13 @@ test_tio_CFLAGS = -pthread
test_tio_LDFLAGS = -pthread
test_cfg_SOURCES = test_cfg.c
-test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o
+test_cfg_LDADD = ../nslcd/log.o ../nslcd/attmap.o ../common/dict.o \
+ ../nslcd/common.o ../nslcd/ldap-nss.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 \
+ ../nslcd/service.o ../nslcd/shadow.o \
+ @nslcd_LIBS@ ../common/libtio.a ../common/libdict.a
common_SOURCES = ../nss/common.c ../nslcd.h ../nss/prototypes.h \
../common/tio.c ../common/tio.h