open5gs/lib/s6a/freeDiameter/Makefile.am

21 lines
419 B
Makefile
Raw Normal View History

2017-02-24 01:50:49 +00:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libs6afreeDiameter.la
libs6afreeDiameter_la_SOURCES = \
extension.h
nodist_libs6afreeDiameter_la_SOURCES = \
2017-03-06 08:55:50 +00:00
dict_nas_mipv6.c dict_s6a.c libapp_sip.c
2017-02-24 01:50:49 +00:00
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/s6a
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)