summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-19 13:29:24 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-21 08:45:19 +0200
commita7058ed1ef2622abdb75fe997ce4a5c570898929 (patch)
tree5159e53e5a42bf60f6ebb8a9d5b6525ca79c6140
parentf8e9a38baac25cc178b0d04e1ec2bfaba8e4b5cb (diff)
downloadsamba-a7058ed1ef2622abdb75fe997ce4a5c570898929.tar.gz
samba-a7058ed1ef2622abdb75fe997ce4a5c570898929.tar.xz
samba-a7058ed1ef2622abdb75fe997ce4a5c570898929.zip
build: fix linking cifs.upcall when nscd_flush_cache() is found.
Michael (cherry picked from commit 661b7fdffda40a9ca7cb36627dbaf91cb4357cd0) (cherry picked from commit 7401c6a5b74c9c82c02923e6eafa6072a5d5678f)
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 57d51140d80..11f7085d0f3 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1324,7 +1324,7 @@ bin/cifs.upcall@EXEEXT@: $(BINARY_PREREQS) $(CIFS_UPCALL_OBJ) $(LIBSMBCLIENT_OBJ
@$(CC) $(FLAGS) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \
-lkeyutils $(LIBS) $(LIBSMBCLIENT_OBJ1) $(KRB5LIBS) \
$(LDAP_LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) $(WINBIND_LIBS) \
- $(LIBTDB_LIBS)
+ $(LIBTDB_LIBS) $(NSCD_LIBS)
bin/testparm@EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@
@echo Linking $@