mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch]
This commit is contained in:
parent
ec9fe7b31d
commit
e6a14cb73d
278 changed files with 2939 additions and 12471 deletions
|
|
@ -51,10 +51,10 @@ libdiameter_common = library('ogsdiameter-common',
|
|||
version : libogslib_version,
|
||||
c_args : libdiameter_common_cc_flags,
|
||||
include_directories : [libdiameter_common_inc, libinc],
|
||||
dependencies : [libcore_dep, libfdcore_dep],
|
||||
dependencies : [libproto_dep, libfdcore_dep],
|
||||
install : true)
|
||||
|
||||
libdiameter_common_dep = declare_dependency(
|
||||
link_with : libdiameter_common,
|
||||
include_directories : [libdiameter_common_inc, libinc],
|
||||
dependencies : [libcore_dep, libfdcore_dep])
|
||||
dependencies : [libproto_dep, libfdcore_dep])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue