change all library from static to shared library

This commit is contained in:
Sukchan Lee
2017-11-05 17:13:50 +09:00
parent 0d13c26307
commit 1b0536dca0
14 changed files with 14 additions and 14 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 = \