These are currently not checked though. And because they don't define a
<libname>_init function an warning is reported when the checksum is
calculated.
AM_CFLAGS += -DH_PLUGINS=\""${h_plugins}\""
endif
endif
+
+if USE_TLS
+ deps += $(top_builddir)/src/libtls/libtls.la
+ libs += $(DESTDIR)$(ipseclibdir)/libtls.so
endif
if USE_LIBTNCCS
endif
if USE_SIMAKA
- checksum_builder_LDADD += $(top_builddir)/src/libsimaka/libsimaka.la
+ deps += $(top_builddir)/src/libsimaka/libsimaka.la
+ libs += $(DESTDIR)$(ipseclibdir)/libsimaka.so
endif
if USE_CHARON