From 5415c6877c944a418d06a754b087b03f089245b0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 25 Nov 2005 20:16:58 +0000 Subject: New file. Contains various things lifted from OpenLDAP for use on Windows 2005-11-25 Tor Lillqvist * gui/component/openldap-extract.h: New file. Contains various things lifted from OpenLDAP for use on Windows where we use Microsoft's LDAP implementation. The same file is also in e-d-s/backends/ldap. * gui/component/Makefile.am: Distribute openldap-extract.h. svn path=/trunk/; revision=30674 --- addressbook/gui/component/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/component/Makefile.am') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 3352728630..b5fd69d1bc 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -105,7 +105,8 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ $(glade_DATA) \ $(schema_in_files) \ - $(server_in_files) + $(server_in_files) \ + openldap-extract.h dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit