mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
add build system using Core Library
This commit is contained in:
parent
ea7950b2ea
commit
fdf97f47bb
104 changed files with 22806 additions and 0 deletions
18
lib/logger/Makefile.am
Normal file
18
lib/logger/Makefile.am
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
noinst_LTLIBRARIES = liblogger.la
|
||||
|
||||
liblogger_la_SOURCES = logger.h
|
||||
|
||||
nodist_liblogger_la_SOURCES = logger.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/lib/core/include
|
||||
|
||||
AM_CFLAGS = \
|
||||
-Wall -Werror
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MOSTLYCLEANFILES = core *.stackdump
|
||||
|
||||
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)
|
||||
Loading…
Add table
Add a link
Reference in a new issue