diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2016-12-09 11:18:40 +0100 |
---|---|---|
committer | Libor Peltan <libor.peltan@nic.cz> | 2016-12-09 16:29:29 +0100 |
commit | ec32f53818fb281c138b1df290bc778b7b8565ee (patch) | |
tree | 840c4b17a0dd43884567415f5ebfdc0e3908842f /tests/Makefile.am | |
parent | doc: add warning about not synchronized zone file (diff) | |
download | knot-ec32f53818fb281c138b1df290bc778b7b8565ee.tar.xz knot-ec32f53818fb281c138b1df290bc778b7b8565ee.zip |
libknot: exported dynamic symbols cleanup
...except OSX where the compile option is not available
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ab2bef9c5..5e08bdb9e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,7 @@ LDADD = \ $(top_builddir)/libtap/libtap.la \ $(top_builddir)/src/libknot.la \ $(top_builddir)/src/libknotd.la \ + $(top_builddir)/src/libcontrib.la \ $(libcrypto_LIBS) check_PROGRAMS = \ |