Skip to content
Snippets Groups Projects
Commit f059bebb authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#3272 link against libslapi.la

parent 039be55d
No related branches found
No related tags found
No related merge requests found
......@@ -259,12 +259,9 @@ slapd.exp: libslapd.a
dlltool --dllname slapd.exe --input-def slapd.def \
--base-file slapd.base --output-exp $@
slapi/.libs/libslapi.a: FORCE
slapi/libslapi.la: FORCE
(cd slapi; $(MAKE) $(MFLAGS) all)
libslapi.a: slapi/.libs/libslapi.a
cp slapi/.libs/libslapi.a .
slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
$(LTLINK) -o $@ $(SLAPD_OBJECTS) $(LIBS) \
$(WRAP_LIBS)
......
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