mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
update it
This commit is contained in:
parent
92648c3295
commit
2f90a1492b
7 changed files with 107 additions and 234 deletions
|
|
@ -5,11 +5,11 @@ SUBDIRS = freeDiameter
|
|||
noinst_LTLIBRARIES = libs6a.la
|
||||
|
||||
libs6a_la_SOURCES = \
|
||||
s6a_app.h
|
||||
s6a_fd.h s6a_app.h
|
||||
|
||||
nodist_libs6a_la_SOURCES = \
|
||||
s6a_fd_init.c s6a_fd_config.c \
|
||||
s6a_app.c s6a_dict.c s6a_server.c s6a_client.c
|
||||
s6a_app.c
|
||||
|
||||
libs6a_la_DEPENDENCIES = \
|
||||
$(top_srcdir)/lib/s6a/freeDiameter/libs6afreeDiameter.la
|
||||
|
|
@ -21,7 +21,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/lib/core/include
|
||||
|
||||
AM_CFLAGS = \
|
||||
-Wall -Werror -DSYSCONFDIR=\"$(sysconfdir)/\"
|
||||
-Wall -Werror -Wno-unused -DSYSCONFDIR=\"$(sysconfdir)/\"
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MOSTLYCLEANFILES = *.stackdump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue