mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
364b87f587
an attribute values by the exact same values)
10 lines
147 B
Makefile
10 lines
147 B
Makefile
CPPFLAGS+=-I../../../include -I../../../servers/slapd
|
|
|
|
all: nops.so
|
|
|
|
nops.so: nops.c
|
|
$(CC) -shared $(CPPFLAGS) -Wall -o $@ $?
|
|
|
|
clean:
|
|
rm nops.so
|