From 8e5b5c9e610d6e58f538dba38d96b7af694c6e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 7 Dec 2007 19:03:41 +0000 Subject: [PATCH] handle removal of HDB_DB_DIR git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22209 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 2 ++ lib/hdb/hdb_locl.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index 166321c4a..3a55c0f63 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -77,6 +77,8 @@ AM_CPPFLAGS += $(INCLUDE_openldap) include_HEADERS = hdb.h hdb-protos.h nodist_include_HEADERS = hdb_err.h hdb_asn1.h +libhdb_la_CPPFLAGS = -DHDB_DB_DIR=\"$(DIR_hdbdir)\" + libhdb_la_LIBADD = \ $(LIB_com_err) \ ../krb5/libkrb5.la \ diff --git a/lib/hdb/hdb_locl.h b/lib/hdb/hdb_locl.h index 13dc4ea34..9229146d0 100644 --- a/lib/hdb/hdb_locl.h +++ b/lib/hdb/hdb_locl.h @@ -64,7 +64,6 @@ #include #include -#define HDB_DB_DIR "/var/heimdal" #define HDB_DEFAULT_DB HDB_DB_DIR "/heimdal" #define HDB_DB_FORMAT_ENTRY "hdb/db-format"