Skip to content
Snippets Groups Projects
Commit dcb21284 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix bad merge

parent a9ed17a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment