]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/autogroup/Makefile
ITS#5145 autogroups, with minor cleanup
[openldap] / contrib / slapd-modules / autogroup / Makefile
1 CPPFLAGS=-I../../../include -I../../../servers/slapd
2 #LDFLAGS=-L/usr/local/openldap/lib
3 #LDFLAGS=-L/home/mszulczynski/autogroup/openldap/lib/
4 CC=gcc
5
6 all: autogroup.so
7
8 autogroup.so: autogroup.c
9         $(CC) -shared -fPIC $(CPPFLAGS) $(LDFLAGS) -Wall -o $@ $?
10
11 clean:
12         rm autogroup.so