open5gs/lib/base/Makefile.am

20 lines
374 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libbase.la
libbase_la_SOURCES = \
types.h context.h \
types.c context.c
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
@MONGOC_CFLAGS@
AM_CFLAGS = \
-Wall -Werror
DEFS = @DEFS@ -DSYSCONF_DIR=\"$(sysconfdir)/\"
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump