Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
efc96b2d
Commit
efc96b2d
authored
Feb 02, 2009
by
Quanah Gibson-Mount
Browse files
Add makefile for slapo-cloak
parent
ff365134
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/cloak/Makefile
0 → 100644
View file @
efc96b2d
# $OpenLDAP$
CPPFLAGS
+=
-I
../../../include
-I
../../../servers/slapd
CPPFLAGS
+=
-DSLAPD_OVER_CLOAK
=
SLAPD_MOD_DYNAMIC
LIBS
=
-lldap_r
-llber
-lcrypto
all
:
cloak.la
cloak.lo
:
cloak.c
$(LIBTOOL)
--mode
=
compile
$(CC)
$(CPPFLAGS)
-c
$?
cloak.la
:
cloak.lo
$(LIBTOOL)
--mode
=
link
$(CC)
-version-info
0:0:0
\
-rpath
$(PREFIX)
/lib
-module
-o
$@
$?
$(LIBS)
clean
:
rm
cloak.lo cloak.la
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment