build: fix build on systems with picky make and without shared libwbclient
commit90b4911ed12f5f027eb1d406375a73b89e4ed599
authorMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 11:32:19 +0000 (14 13:32 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 16 Jul 2008 07:22:51 +0000 (16 09:22 +0200)
tree53ce0095ab93bb5fc97ca4fcde2c9eeec155a549
parentb64c3ffc1583ace6a006874fd27b69bcc59873f1
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
(cherry picked from commit fd9b4bcaa5302d3d6245eb7b21ce0ef9994f718d)
source/Makefile.in