]> git.sur5r.net Git - openldap/commitdiff
ITS#7858 fix install path
authorHoward Chu <hyc@openldap.org>
Sun, 25 May 2014 19:49:06 +0000 (12:49 -0700)
committerHoward Chu <hyc@openldap.org>
Sun, 25 May 2014 19:49:06 +0000 (12:49 -0700)
contrib/slapd-modules/nssov/Makefile

index 8527ee386c8e96da35bc2845508f50978999d59f..28c8003a144a2fcb5470dfb9862b20cff7c57b0b 100644 (file)
@@ -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)