build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again
authorMichael Adam <obnox@samba.org>
Tue, 8 Jul 2008 14:55:52 +0000 (16:55 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 13:06:45 +0000 (15:06 +0200)
commit2afd72288c54c4a0251cee4c99710bd894cf2b3f
tree8b96f9a216ecc269354521ecab66bc5abde5167d
parentf61d00d18bda40d2736b45d1caf238ed42140e2e
build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again

to their original place. The problem was that LIBSMCLIENT_OBJ1 is used
in SMBGET_OBJ and that the difinition of LIBSMBCLIENT_OBJ1 was moved
below the bin/smbget target. Somehow it had worked for me.

Thanks to Derrell for pointing that out.

Michael
(cherry picked from commit c4e51f5e761ab23fa08197fa9a52af6db4ab839d)
source/Makefile.in