Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
d16c45d1
Commit
d16c45d1
authored
Oct 27, 2004
by
Jong Hyuk Choi
Browse files
Misc cleanup
parent
bc23f5d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/comp_match/Makefile
View file @
d16c45d1
...
...
@@ -17,10 +17,10 @@
topbuilddir
=
../../../../build
topsrcdir
=
../../..
snaccdir
=
/
home/slim
/snacc
snaccdir
=
/
usr/local
/snacc
LIBTOOL
=
$(topbuilddir)
/libtool
OPT
=
-g
-
finstrument-functions
-DLDAP_COMPONENT
OPT
=
-g
-
O2
-DLDAP_COMPONENT
CC
=
gcc
SNACC_INC
=
-I
$(snaccdir)
-I
$(snaccdir)
/c-lib/inc
...
...
@@ -31,7 +31,7 @@ INCS=$(LDAP_INC) $(SNACC_INC)
SNACC_LIB
=
$(snaccdir)
/c-lib/libcasn1.a
SSL_LIB
=
-lcrypto
LDAP_LIB
=
-lldap_r
-llber
LIBS
=
$(LDAP_LIB)
$(SNACC_LIB)
$(SSL_LIB)
/home/slim/local/lib/libfnccheck.a
LIBS
=
$(LDAP_LIB)
$(SNACC_LIB)
$(SSL_LIB)
all
:
compmatch.la
...
...
@@ -50,7 +50,7 @@ init.lo: init.c
compmatch.la
:
componentlib.lo init.lo certificate.lo asn_to_syn_mr.lo
$(LIBTOOL)
--mode
=
link
$(CC)
$(OPT)
$(LIBS)
-version-info
0:0:0
\
-rpath
/
home/slim/ldap
/local/libexec/openldap
-module
-o
$@
$?
$(LIBS)
-rpath
/
usr
/local/libexec/openldap
-module
-o
$@
$?
$(LIBS)
clean
:
\r
m compmatch.la componentlib.lo certificate.lo asn_to_syn_mr.lo
\
...
...
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