diff options
author | Tor Lillqvist <tml@novell.com> | 2005-11-26 04:16:58 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-11-26 04:16:58 +0800 |
commit | 5415c6877c944a418d06a754b087b03f089245b0 (patch) | |
tree | 1ec2d4a035d51bb6c9b5e3168b35825df743a22e /addressbook/gui/component/Makefile.am | |
parent | f7750eddc35b618c2166004fe020a33a82b31792 (diff) | |
download | gsoc2013-evolution-5415c6877c944a418d06a754b087b03f089245b0.tar.gz gsoc2013-evolution-5415c6877c944a418d06a754b087b03f089245b0.tar.zst gsoc2013-evolution-5415c6877c944a418d06a754b087b03f089245b0.zip |
New file. Contains various things lifted from OpenLDAP for use on Windows
2005-11-25 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |