From 2d1baf67f5d14ea8bb64298d7306dd168edc5c7a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 14 Aug 2011 14:09:59 +0000 Subject: put external libraries at the end when linking git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1504 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 42fd0eb..328b181 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -60,9 +60,9 @@ common_nslcd_LDADD = ../nslcd/log.o ../nslcd/common.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/pam.o \ - @nslcd_LIBS@ @PTHREAD_LIBS@ ../common/libtio.a \ - ../common/libdict.a ../common/libexpr.a \ - ../compat/libcompat.a + ../common/libtio.a ../common/libdict.a \ + ../common/libexpr.a ../compat/libcompat.a \ + @nslcd_LIBS@ @PTHREAD_LIBS@ test_cfg_SOURCES = test_cfg.c common.h test_cfg_LDADD = $(common_nslcd_LDADD) -- cgit v1.2.3