Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-18 | Fix build-system: fix "make check" | Paolo E. Mazzon | 1 | -5/+10 | |
make check is normally not issued if you build from source but (at least) the Debian build system fails upon deb package creation. Similarly to the 0820bcb640e9030a99a4c47119df6b9305e632da commit use xxx_LDADD instead of xxx_LDFLAGS. | |||||
2015-01-05 | Fix 'make check'Release-1_3_6 | Mathias Gumz | 1 | -21/+10 | |
2015-01-03 | Remove reference to src/tests/testSignal | Mathias Gumz | 1 | -13/+0 | |
2013-05-26 | build-sys: move to non-recursive build | Sami Kerola | 1 | -0/+104 | |
This rather large change will attempts to make 'make' to work better. See excellent paper 'Recursive Make Considered Harmful' by Peter Miller for further explanation why several make files is worse than one for whole project. Note. The tests are build with 'make check' rather than defining TEST. Reference: http://miller.emu.id.au/pmiller/books/rmch/ Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html |