Calculate checksums for libsimaka and libtls.
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.
This commit is contained in:
@@ -39,6 +39,10 @@ if !MONOLITHIC
|
|||||||
AM_CFLAGS += -DH_PLUGINS=\""${h_plugins}\""
|
AM_CFLAGS += -DH_PLUGINS=\""${h_plugins}\""
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_TLS
|
||||||
|
deps += $(top_builddir)/src/libtls/libtls.la
|
||||||
|
libs += $(DESTDIR)$(ipseclibdir)/libtls.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_LIBTNCCS
|
if USE_LIBTNCCS
|
||||||
@@ -47,7 +51,8 @@ if USE_LIBTNCCS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_SIMAKA
|
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
|
endif
|
||||||
|
|
||||||
if USE_CHARON
|
if USE_CHARON
|
||||||
|
|||||||
Reference in New Issue
Block a user