open5gs/lib/nas/Makefile.am

22 lines
444 B
Makefile
Raw Normal View History

2017-02-15 06:28:38 +00:00
## Process this file with automake to produce Makefile.in
2017-02-28 01:20:02 +00:00
noinst_LTLIBRARIES = libnas.la
2017-02-15 06:28:38 +00:00
2017-02-28 01:20:02 +00:00
libnas_la_SOURCES = \
2017-03-21 04:50:40 +00:00
nas_message.h nas_ies.h nas_types.h
2017-02-15 06:28:38 +00:00
2017-02-28 01:20:02 +00:00
nodist_libnas_la_SOURCES = \
2017-02-16 14:58:13 +00:00
nas_decoder.c nas_encoder.c nas_ies.c
2017-02-15 06:28:38 +00:00
AM_CPPFLAGS = \
2017-03-03 09:25:04 +00:00
-I$(top_srcdir)/lib/core/include \
-I$(top_srcdir)/lib/3gpp
2017-02-15 06:28:38 +00:00
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)