mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-03 13:33:26 +00:00
change all library from static to shared library
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libbase.la
|
||||
pkglib_LTLIBRARIES = libbase.la
|
||||
|
||||
libbase_la_SOURCES = \
|
||||
types.h context.h \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIRS = @OSDIR@
|
||||
|
||||
noinst_LTLIBRARIES = libcore.la
|
||||
pkglib_LTLIBRARIES = libcore.la
|
||||
|
||||
libcore_la_SOURCES = \
|
||||
../include/core_aes_cmac.h ../include/core_aes.h ../include/core_cond.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libcoreunix.la
|
||||
pkglib_LTLIBRARIES = libcoreunix.la
|
||||
|
||||
libcoreunix_la_SOURCES = \
|
||||
../../include/arch/core_private_common.h \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIRS = extensions gx s6a
|
||||
|
||||
noinst_LTLIBRARIES = libfd.la
|
||||
pkglib_LTLIBRARIES = libfd.la
|
||||
|
||||
libfd_la_SOURCES = \
|
||||
fd_message.h fd_logger.h fd_lib.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libfdgx.la
|
||||
pkglib_LTLIBRARIES = libfdgx.la
|
||||
|
||||
libfdgx_la_SOURCES = \
|
||||
gx_dict.h gx_message.h dict_init.c gx_message.c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libfds6a.la
|
||||
pkglib_LTLIBRARIES = libfds6a.la
|
||||
|
||||
libfds6a_la_SOURCES = \
|
||||
s6a_dict.h s6a_message.h dict_init.c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
lib_LTLIBRARIES = libfdcore.la
|
||||
pkglib_LTLIBRARIES = libfdcore.la
|
||||
|
||||
libfdcore_la_SOURCES = \
|
||||
fdcore-internal.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
lib_LTLIBRARIES = libfdproto.la
|
||||
pkglib_LTLIBRARIES = libfdproto.la
|
||||
|
||||
libfdproto_la_SOURCES = \
|
||||
fdproto-internal.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libgtp.la
|
||||
pkglib_LTLIBRARIES = libgtp.la
|
||||
|
||||
libgtp_la_SOURCES = \
|
||||
gtp_message.h gtp_types.h gtp_conv.h gtp_path.h gtp_xact.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
noinst_LTLIBRARIES = libipfw.la
|
||||
pkglib_LTLIBRARIES = libipfw.la
|
||||
|
||||
libipfw_la_SOURCES = \
|
||||
ipfw2.h \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
noinst_LTLIBRARIES = liblogger.la
|
||||
pkglib_LTLIBRARIES = liblogger.la
|
||||
|
||||
liblogger_la_SOURCES = \
|
||||
logger.h logger.c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libnas.la
|
||||
pkglib_LTLIBRARIES = libnas.la
|
||||
|
||||
libnas_la_SOURCES = \
|
||||
nas_message.h nas_ies.h nas_types.h \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIRS = asn1c
|
||||
|
||||
noinst_LTLIBRARIES = libs1ap.la
|
||||
pkglib_LTLIBRARIES = libs1ap.la
|
||||
|
||||
libs1ap_la_SOURCES = \
|
||||
s1ap_asn1c.h s1ap_ies_defs.h s1ap_message.h \
|
||||
|
||||
@@ -802,7 +802,7 @@ ASN_MODULE_SOURCES+=per_encoder.c
|
||||
ASN_MODULE_INCLUDES+=per_opentype.h
|
||||
ASN_MODULE_SOURCES+=per_opentype.c
|
||||
|
||||
noinst_LTLIBRARIES=libs1apasn1c.la
|
||||
pkglib_LTLIBRARIES=libs1apasn1c.la
|
||||
libs1apasn1c_la_SOURCES=$(ASN_MODULE_INCLUDES) $(ASN_MODULE_SOURCES)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user