diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-02 15:46:25 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-02 15:46:25 +0000 |
commit | 35d546ecd1efee9b5284cdbb9680363223d34a6d (patch) | |
tree | b812070a9da36eca34acba79b91cb9e5ec17db41 /source3 | |
parent | c64d654797ea7bd975bdf488a1447a0ad10f096b (diff) | |
download | samba-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.in | 2 |
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 $@ |