aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-08-13 11:42:14 +0000
committerWerner Koch <[email protected]>2010-08-13 11:42:14 +0000
commitc3be3aef40a60424c6485fe89b58b3b5205c9237 (patch)
treed810726b310c892b52abd97bf3c44a2579a248cf /dirmngr/Makefile.am
parentFixed LDAP access on CE (diff)
downloadgnupg-c3be3aef40a60424c6485fe89b58b3b5205c9237.tar.gz
gnupg-c3be3aef40a60424c6485fe89b58b3b5205c9237.zip
Minor Makefile fixes to let it build on all platforms
Diffstat (limited to '')
-rw-r--r--dirmngr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 176374901..0adb822c3 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -46,7 +46,7 @@ noinst_HEADERS = dirmngr.h crlcache.h crlfetch.h misc.h
dirmngr_SOURCES = dirmngr.c dirmngr.h server.c crlcache.c crlfetch.c \
ldapserver.h ldapserver.c certcache.c certcache.h \
- cdb.h cdblib.c ldap.c misc.c dirmngr-err.h \
+ cdb.h cdblib.c ldap.c misc.c dirmngr-err.h w32-ldap-help.h \
ocsp.c ocsp.h validate.c validate.h ldap-wrapper.h $(ldap_url)
if USE_LDAPWRAPPER