Commit b2833efd4b5b3831a94a6e9e5c95564b9d405057

Authored by Perry Werneck
2 parents cccd667c 30debebc
Exists in master and in 1 other branch develop

Merge branch 'master' into develop

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -349,6 +349,10 @@ install-windows-lib: \
349 349 $(BINRLS)/$(SONAME) \
350 350 $(DESTDIR)$(bindir)/$(SONAME)
351 351  
  352 +zip: \
  353 + $(BINRLS)/$(SONAME)
  354 + @$(ZIP) -9 -j $(BASEDIR)/@PACKAGE_NAME@-@PACKAGE_VERSION@-@PACKAGE_RELEASE@-@host_cpu@.zip $(BINRLS)/$(SONAME)
  355 +
352 356 install-static: \
353 357 $(BINRLS)/static/$(LIBNAME).a
354 358  
... ...