build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
authorMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 15:55:48 +0000 (17:55 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 21:16:44 +0000 (23:16 +0200)
commitaff6822c3ab3ea46d928570f03f681f53ccf3d50
tree0d989021e58bbd44768714cc6807940e520c9014
parentc4a137e9789b06047ce53e5828fb5e1bb76aca06
build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.

This fixes the build on systems with picky make, where
libwbclient is not built as a shared library, since the
expansion of @WINBIND_LIBS@ will result in an empty line
in the rule with just the leading tabs/spaces.

Michael
source/Makefile.in