summaryrefslogtreecommitdiff
path: root/lib/common.mk
Commit message (Collapse)AuthorAgeFilesLines
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-1/+1
| | | | | | | | | | Currently we support both IDNA2003 and IDNA2008. However, IDNA2003 is already obsolete by registrars and NICs, thus there is no reason to continue supporting it. We switch to IDNA2008 exclusively using libidn2. Resolves #194 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Add extra dependency flagsDavid Walker2016-07-271-2/+2
| | | | | | This fixes the build when the dependencies are split up during a cross-compile Resolves: #113
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-121-1/+1
|
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-121-1/+3
| | | | | | | Configure with: ./configure --enable-code-coverage Show coverage output with: make && make check && make code-coverage-capture
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-0/+1