mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7858 fix install path
This commit is contained in:
parent
932a11ac76
commit
c5b48d0301
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ $(OBJS): nssov.h
|
|||
|
||||
nssov.la: $(OBJS) $(XOBJS)
|
||||
$(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
|
||||
-rpath $(libdir) -module -o $@ $(OBJS) $(XOBJS) $(LIBS)
|
||||
-rpath $(moduledir) -module -o $@ $(OBJS) $(XOBJS) $(LIBS)
|
||||
|
||||
install: nssov.la
|
||||
mkdir -p $(DESTDIR)$(moduledir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue