open5gs/lib/3gpp/Makefile.am

21 lines
402 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = lib3gpp.la
lib3gpp_la_SOURCES = \
3gpp_common.h plmn_id.h key_derive.h
nodist_lib3gpp_la_SOURCES = \
plmn_id.c key_derive.c
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)