Commit 50093d5b56f3a26f6386c54ea9318d1d97eb335a

Authored by Perry Werneck
1 parent 6196895e

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 225  
226 226 @$(INSTALL_PROGRAM) \
227 227 $(BINRLS)/$(SONAME) \
228   - $(DESTDIR)$(libdir)
  228 + $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@
229 229  
230 230 @$(LN_S) \
231   - $(SONAME) \
  231 + $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \
232 232 $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@
233 233  
234 234 @$(LN_S) \
... ...