open5gs/lib/nas/Makefile.am

21 lines
422 B
Makefile
Raw Normal View History

2017-02-15 06:28:38 +00:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libmessagenas.la
libmessagenas_la_SOURCES = \
2017-02-15 11:16:50 +00:00
nas_message.h nas_ies.h
2017-02-15 06:28:38 +00:00
nodist_libmessagenas_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 = \
-I$(top_srcdir)/lib/core/include
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)