open5gs/lib/gtp/Makefile.am

28 lines
584 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libgtp.la
libgtp_la_SOURCES = \
gtp_tlv.h gtp_types.h gtp_path.h gtp_xact.h
nodist_libgtp_la_SOURCES = \
gtp_tlv.c gtp_types.c gtp_path.c gtp_xact.c
libgtp_la_DEPENDENCIES = \
$(top_srcdir)/lib/3gpp/lib3gpp.la
libgtp_la_LIBADD = \
$(top_srcdir)/lib/3gpp/lib3gpp.la
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/core/include \
-I$(top_srcdir)/lib/3gpp
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)