diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-04 13:43:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-08-05 10:12:19 +0200 |
commit | 996a2054fb951139344712ee68774a55fb65ae1e (patch) | |
tree | b8f1abe84484f3ddb6d7fe022ab615144f2a176e /source4 | |
parent | f22408913846b2510352c60e6476b2a693e1a7ee (diff) | |
download | samba-996a2054fb951139344712ee68774a55fb65ae1e.tar.gz samba-996a2054fb951139344712ee68774a55fb65ae1e.tar.bz2 samba-996a2054fb951139344712ee68774a55fb65ae1e.zip |
s4:heimdal_build: define HEIMDAL_LOCALEDIR
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/roken.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 87060cff17..ea9103e15d 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -10,6 +10,7 @@ /* 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 */ #define MaxHostNameLen (64+4) |