build: fix build on systems with picky make and without shared libwbclient
authorMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 11:32:19 +0000 (13:32 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 14:57:17 +0000 (16:57 +0200)
commitfd9b4bcaa5302d3d6245eb7b21ce0ef9994f718d
treea3d3862f461d328f24001c5d6d95b232076aa2ea
parentcacd84b86d14740ebb5e285d5882063aea5cd866
build: fix build on systems with picky make and without shared libwbclient

This produces empty lines in Makefile rules.
Replacing @WINBIND_LIBS@ by $(WINBIND_LIBS) where
WINBIND_LIBS=@WINBIND_LIBS@ should fix that.

Michael
source/Makefile.in