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)
committerKarolin Seeger <kseeger@samba.org>
Mon, 18 Aug 2008 13:02:15 +0000 (15:02 +0200)
commita457d99394e781062069d667c7a8736d7f3705e1
tree443479609e3187ec67928918a066524a7830bae3
parentcbb3224ba9a51a5f00900e38605cf7e540b2b8f0
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)
(cherry picked from commit 2afd72288c54c4a0251cee4c99710bd894cf2b3f)
source/Makefile.in