summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-03-01 03:05:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:17 -0500
commitc4621de39bb9ad8d366d776b27df45dc07f782ba (patch)
tree2464904bab2fd8cb84ed9d61c69b2898db81ad9c /source/Makefile.in
parentdf07a662e32367a52c1e8473475423db2ff5bc51 (diff)
downloadsamba-c4621de39bb9ad8d366d776b27df45dc07f782ba.tar.gz
samba-c4621de39bb9ad8d366d776b27df45dc07f782ba.tar.xz
samba-c4621de39bb9ad8d366d776b27df45dc07f782ba.zip
r21610: put libraries preceeding the @SONAMEFLAG@ variable as on AIX this ends up commenting out the remainder of the line and we have missing libraries in the link
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8c32aa6a069..6b8eb9bb188 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1372,8 +1372,8 @@ bin/winbindd@EXEEXT@: proto_exists $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
bin/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
@echo "Linking shared library $@"
- @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \
- @SONAMEFLAG@`basename $@` -lpam @INIPARSERLIBS@
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
+ @SONAMEFLAG@`basename $@`
bin/builtin.@SHLIBEXT@: proto_exists $(AUTH_BUILTIN_OBJ)
@echo "Building plugin $@"