open5gs/lib/logger/Makefile.am

19 lines
362 B
Makefile

## 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)