mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
15 lines
292 B
Makefile
15 lines
292 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
noinst_LTLIBRARIES = liblogger.la
|
|
|
|
liblogger_la_SOURCES = \
|
|
logger.h logger.c
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/lib/core/include
|
|
|
|
AM_CFLAGS = \
|
|
-Wall -Werror
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
MOSTLYCLEANFILES = core *.stackdump
|