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

ITS#7858 fix install path

parent b2578162
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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