diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-02 15:42:44 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-02 15:42:44 +0000 |
commit | c64d654797ea7bd975bdf488a1447a0ad10f096b (patch) | |
tree | 4f553ce5359a940b75100b592f30ad2a362b7791 /source3 | |
parent | b5c7e3377f91a811e1da03ccb18d62ce37f14950 (diff) | |
download | samba-c64d654797ea7bd975bdf488a1447a0ad10f096b.tar.gz samba-c64d654797ea7bd975bdf488a1447a0ad10f096b.tar.bz2 samba-c64d654797ea7bd975bdf488a1447a0ad10f096b.zip |
Link in lib/snprintf.o with editreg for use on systems that don't have snprintf
(This used to be commit 7cd2c4474579114318554bc3b87b518fed218a93)
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 4d11f1e988..cd0dc11ded 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -294,7 +294,7 @@ GROUPDB_OBJ = groupdb/mapping.o PROFILE_OBJ = profile/profile.o PROFILES_OBJ = utils/profiles.o -EDITREG_OBJ = utils/editreg.o +EDITREG_OBJ = utils/editreg.o lib/snprintf.o OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o |