diff options
author | Michael Adam <obnox@samba.org> | 2008-04-11 22:22:12 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-12 02:41:21 +0200 |
commit | 85dc216ecbacdff96ac6dcd1937b2a120fba8b07 (patch) | |
tree | 123a58bb440c2b61aa4b62279d06d2d974d260bc /source3 | |
parent | 3b32275d4868d299357767a67fdffe3824eb70ad (diff) | |
download | samba-85dc216ecbacdff96ac6dcd1937b2a120fba8b07.tar.gz samba-85dc216ecbacdff96ac6dcd1937b2a120fba8b07.tar.bz2 samba-85dc216ecbacdff96ac6dcd1937b2a120fba8b07.zip |
build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ
Michael
(This used to be commit 27fea343d2eeff5b7d38092dd1286cb8e3478cbe)
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 b7df8c226c..1c760d8986 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -853,7 +853,7 @@ SMBCONFTORT_OBJ0 = lib/smbconf/testsuite.o SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ $(LIB_NONSMBD_OBJ) \ $(PARAM_OBJ) \ - $(LIBSAMBA_OBJ) \ + $(LIBSMB_ERR_OBJ) \ $(POPT_LIB_OBJ) LIBNET_OBJ = libnet/libnet_join.o \ |