From 3ca886b83510c52d665dadb480b314c330029a0e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 25 Sep 2010 14:58:09 +1000 Subject: s4-heimdal_build fix up build after heimdal import Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou Andrew Bartlett --- source4/heimdal_build/roken.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 50da1daa54..50ffa88a4c 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -14,7 +14,6 @@ /* HDB module dir - set to Samba LIBDIR/hdb ? */ #define HDBDIR "/usr/heimdal/lib" -#define LIBDIR "/usr/heimdal/lib" #define HEIMDAL_LOCALEDIR "/usr/heimdal/locale" /* Maximum values on all known systems */ -- cgit