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
dcb21284
Commit
dcb21284
authored
Dec 29, 2004
by
Kurt Zeilenga
Browse files
Fix bad merge
parent
a9ed17a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/comp_match/Makefile
View file @
dcb21284
...
...
@@ -19,7 +19,7 @@ topbuilddir = ../../../../build
topsrcdir
=
../../..
snaccdir
=
/usr/local/snacc
LIBTOOL
=
$(top
build
dir)
/libtool
LIBTOOL
=
$(top
src
dir)
/libtool
OPT
=
-g
-O2
-DLDAP_COMPONENT
CC
=
gcc
...
...
@@ -30,7 +30,7 @@ INCS=$(LDAP_INC) $(SNACC_INC)
SNACC_LIB
=
$(snaccdir)
/c-lib/libcasn1.a
SSL_LIB
=
-lcrypto
LDAP_LIB
=
-lldap_r
-llber
#
LDAP_LIB=-lldap_r -llber
LIBS
=
$(LDAP_LIB)
$(SNACC_LIB)
$(SSL_LIB)
all
:
compmatch.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