diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 16:09:59 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 16:09:59 +0200 |
commit | 2d1baf67f5d14ea8bb64298d7306dd168edc5c7a (patch) | |
tree | b9e38cbc85c5f8959da9e7855ee447a605fb2e7f /tests | |
parent | 1bd7d97ffdc8004e4de27e85d91c804879026602 (diff) |
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
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 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) |