summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: e0df4f77cb4567ec8fdddf547abf4f54bf581ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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

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

ldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99 -O2

ldap_la_LDFLAGS = -module -avoid-version