bindplugin_LTLIBRARIES = ldap.la bindplugindir=$(libdir)/bind HDRS = \ acl.h \ cache.h \ compat.h \ krb5_helper.h \ ldap_convert.h \ ldap_helper.h \ log.h \ rdlist.h \ semaphore.h \ settings.h \ str.h \ util.h \ zone_manager.h \ zone_register.h ldap_la_SOURCES = \ $(HDRS) \ acl.c \ cache.c \ krb5_helper.c \ ldap_convert.c \ ldap_driver.c \ ldap_helper.c \ log.c \ rdlist.c \ semaphore.c \ settings.c \ str.c \ zone_manager.c \ zone_register.c ldap_la_CFLAGS = -Wall -Wextra -std=gnu99 -O2 ldap_la_LDFLAGS = -module -avoid-version