dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

make automake not to install test_invariants #119

Closed a4lg closed 5 years ago

a4lg commented 5 years ago

The program test_invariants is only used for testing and installation of this file is not necessary.

This commit removes test_invariants from bin_PROGRAMS and adds it to noinst_PROGRAMS (programs not installed but compiled) instead.