File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,13 @@ AM_CPPFLAGS = \
38
38
AM_CXXFLAGS = -Wall -W -g -MP -MD -pipe $(COMPILER_FPIC )
39
39
AM_CXXFLAGS += -DTOOLS_CRYPTO_KEY='$(TOOLS_CRYPTO_KEY ) ' -DTOOLS_CRYPTO_IV='$(TOOLS_CRYPTO_IV ) '
40
40
41
+ if BUILD_DYNAMIC
42
+ pkglib_LTLIBRARIES = libmlxsign.la
43
+ libmlxsign_la_LDFLAGS = -version-info 0:0:0 -no-undefined
44
+ else
41
45
noinst_LTLIBRARIES = libmlxsign.la
46
+ endif
47
+
42
48
libmlxsign_la_SOURCES = mlxsign_lib.cpp mlxsign_lib.h mlxsign_com_def.h \
43
49
mlxsign_openssl_engine.h mlxsign_openssl_engine.cpp \
44
50
mlxsign_signer_interface.h mlxsign_signer_interface.cpp
Original file line number Diff line number Diff line change 32
32
33
33
AM_CPPFLAGS = -I$(top_srcdir ) -I$(top_srcdir ) /include/mtcr_ul -I$(top_srcdir ) /common -I$(top_srcdir ) /dev_mgt
34
34
35
+ if BUILD_DYNAMIC
35
36
pkglib_LTLIBRARIES = libmtcr_ul.la
37
+ libmtcr_ul_la_LDFLAGS = -version-info 0:0:0 -no-undefined
38
+ else
39
+ noinst_LTLIBRARIES = libmtcr_ul.la
40
+ endif
36
41
37
42
libmtcr_ul_la_SOURCES = mtcr_ul.c mtcr_ib.h mtcr_int_defs.h\
38
43
mtcr_ib_res_mgt.h mtcr_ib_res_mgt.c\
You can’t perform that action at this time.
0 commit comments