summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add thumbs.bat and thumbs.sh to Makefile.amNathanael Jones2015-01-071-1/+1
|
* Make distcheck work (fixes #54)Ondřej Surý2013-05-041-1/+1
|
* fixes #48, include bootstrap.sh in releasePierre Joye2013-04-231-1/+1
|
* Build and check all tests from tests/ subdirectory in the make check targetOndřej Surý2013-04-221-1/+1
|
* add main CMakeLists.txt to distPierre Joye2013-04-121-1/+1
|
* include these dirs in distributionsPierre Joye2013-04-121-1/+1
|
* Merge outstanding autotools changesOndřej Surý2013-04-081-2/+2
|
* Fix build with autotools.Vincent Bernat2013-04-071-0/+3
`configure.ac` and `bootstrap.sh` are moved in the top directory. `bootstrap.sh` is completed to execute `libtoolize`. The list of files to clean is reduced. Other files can be cleaned with `make distclean`. `src/Makefile.am` is fixed for missing `gd_nnquant.c` dependency. `ACX_PTHREAD` macro is moved to a `m4` directory to make `configure.ac` easier to read. --HG-- branch : fix/autotools rename : src/bootstrap.sh => bootstrap.sh rename : src/configure.ac => configure.ac