mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix bad merge
This commit is contained in:
parent
a9ed17a458
commit
dcb21284c6
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ topbuilddir = ../../../../build
|
|||
topsrcdir = ../../..
|
||||
snaccdir = /usr/local/snacc
|
||||
|
||||
LIBTOOL=$(topbuilddir)/libtool
|
||||
LIBTOOL=$(topsrcdir)/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
|
||||
|
|
|
|||
Loading…
Reference in a new issue