Skip to content
Snippets Groups Projects
Commit d16c45d1 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

Misc cleanup

parent bc23f5d1
Branches
Tags
No related merge requests found
......@@ -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\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment