From d16c45d147b096cd8fa840e874c6ec771f24c9ef Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Wed, 27 Oct 2004 22:39:54 +0000 Subject: [PATCH] Misc cleanup --- contrib/slapd-modules/comp_match/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/slapd-modules/comp_match/Makefile b/contrib/slapd-modules/comp_match/Makefile index ddddb505fb..38c9752cff 100644 --- a/contrib/slapd-modules/comp_match/Makefile +++ b/contrib/slapd-modules/comp_match/Makefile @@ -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: \rm compmatch.la componentlib.lo certificate.lo asn_to_syn_mr.lo\ -- 2.39.5