summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-02 15:46:25 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-02 15:46:25 +0000
commit35d546ecd1efee9b5284cdbb9680363223d34a6d (patch)
treeb812070a9da36eca34acba79b91cb9e5ec17db41 /source3
parentc64d654797ea7bd975bdf488a1447a0ad10f096b (diff)
downloadsamba-35d546ecd1efee9b5284cdbb9680363223d34a6d.tar.gz
samba-35d546ecd1efee9b5284cdbb9680363223d34a6d.tar.bz2
samba-35d546ecd1efee9b5284cdbb9680363223d34a6d.zip
Add KRB5LIBS to smbmount
(This used to be commit cdaa3bf12e656dbd797882e89ce39ad76c45f6b6)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index cd0dc11ded..fbe8f1c165 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -764,7 +764,7 @@ bin/smbspool@EXEEXT@: $(CUPS_OBJ) bin/.dummy
bin/smbmount@EXEEXT@: $(MOUNT_OBJ) bin/.dummy
@echo Linking $@
- @$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS)
+ @$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(LDFLAGS) $(LIBS) $(KRB5LIBS)
bin/smbmnt@EXEEXT@: $(MNT_OBJ) bin/.dummy
@echo Linking $@