link internal apps statically
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
-include $(abs_top_builddir)/crypto/libcrypto_la_objects.mk
|
||||
-include $(abs_top_builddir)/ssl/libssl_la_objects.mk
|
||||
-include $(abs_top_builddir)/tls/libtls_la_objects.mk
|
||||
|
||||
if BUILD_NC
|
||||
|
||||
@@ -14,12 +16,13 @@ endif
|
||||
EXTRA_DIST = nc.1
|
||||
EXTRA_DIST += CMakeLists.txt
|
||||
|
||||
nc_LDADD = $(abs_top_builddir)/tls/libtls.la
|
||||
nc_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
|
||||
nc_LDADD += $(libcrypto_la_objects)
|
||||
nc_LDADD = $(libcrypto_la_objects)
|
||||
nc_LDADD += $(libcompat_la_objects)
|
||||
nc_LDADD += $(libcompatnoopt_la_objects)
|
||||
nc_LDADD += $(libssl_la_objects)
|
||||
nc_LDADD += $(libtls_la_objects)
|
||||
|
||||
nc_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat
|
||||
|
||||
|
Reference in New Issue
Block a user