Commit 50093d5b56f3a26f6386c54ea9318d1d97eb335a
1 parent
6196895e
Exists in
master
and in
3 other branches
Fixing windows build.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
| @@ -225,10 +225,10 @@ install-shared: \ | @@ -225,10 +225,10 @@ install-shared: \ | ||
| 225 | 225 | ||
| 226 | @$(INSTALL_PROGRAM) \ | 226 | @$(INSTALL_PROGRAM) \ |
| 227 | $(BINRLS)/$(SONAME) \ | 227 | $(BINRLS)/$(SONAME) \ |
| 228 | - $(DESTDIR)$(libdir) | 228 | + $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ |
| 229 | 229 | ||
| 230 | @$(LN_S) \ | 230 | @$(LN_S) \ |
| 231 | - $(SONAME) \ | 231 | + $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ |
| 232 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ | 232 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ |
| 233 | 233 | ||
| 234 | @$(LN_S) \ | 234 | @$(LN_S) \ |