autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.so
authorSachin Prabhu <sprabhu@redhat.com>
Fri, 8 Jan 2016 12:24:39 +0000 (17:54 +0530)
committerJeff Layton <jlayton@samba.org>
Thu, 21 Jan 2016 03:01:48 +0000 (22:01 -0500)
commit7b2b35586d10c04f501222701c3382455a07ff9e
treeff4b9f302ac474cb9ee2b4eb1ab0503a20f0677b
parentbe5046ae3fabca17f19672f7b4019efb6a869298
autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.so

We should pass the macros defined in $(DEFS) when building idmapwb.so
and pam_cifscreds.so. The autoconf process sets the macro HAVE_CONFIG_H
using the $(DEFS) variable. This macro has to be defined to allow the
source files to include config.h

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Makefile.am