From 2481f29784123637e384f9ddb56dbd2e947c8c44 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 5 Apr 2000 03:33:47 +0000 Subject: [PATCH] add hdb-ldap.c and openldap git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8117 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index 5d1f2ae3d..56d2f84ce 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -13,6 +13,7 @@ CLEANFILES = $(BUILT_SOURCES) $(foo) hdb_asn1.h asn1_files noinst_PROGRAMS = convert_db LDADD = libhdb.la \ + $(LIB_openldap) \ ../krb5/libkrb5.la \ ../asn1/libasn1.la \ ../des/libdes.la \ @@ -28,12 +29,15 @@ libhdb_la_SOURCES = \ common.c \ db.c \ ndbm.c \ + hdb-ldap.c \ print.c \ $(BUILT_SOURCES) +INCLUDES += $(INCLUDE_openldap) + include_HEADERS = hdb.h hdb_err.h hdb_asn1.h hdb-protos.h hdb-private.h -libhdb_la_LIBADD = +libhdb_la_LIBADD = $(LIB_openldap) $(libhdb_la_OBJECTS): $(srcdir)/hdb-protos.h $(srcdir)/hdb-private.h