]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/passwd/sha2/Makefile
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / contrib / slapd-modules / passwd / sha2 / Makefile
1 # $OpenLDAP$
2
3 OPENLDAP := ../../../..
4
5 #CCFLAGS = -Wall -g -DSLAPD_SHA2_DEBUG
6 CCFLAGS = -Wall -g
7
8 slapd-sha2.so: slapd-sha2.o sha2.o
9         $(CC) -I$(OPENLDAP)/include -shared -Wall -g $^ -o $@
10
11 %.o: %.c
12         $(CC) -I$(OPENLDAP)/include $(CCFLAGS) -c $<
13
14 clean:
15         @rm -f slapd-sha2.so *.o