aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/Makefile.am
blob: 64f63b6d7b5007fcd23ac51c7ba6626954132175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
# If major=current-age is increased, remember to update the dh_strip line in debian/rules!
LIBVERSION=7:0:1

lib_LTLIBRARIES = libgtp.la

include_HEADERS = gtp.h pdp.h gtpie.h

AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS)

libgtp_la_SOURCES = gtp.c gtp.h gtpie.c gtpie.h pdp.c pdp.h lookupa.c lookupa.h queue.c queue.h
libgtp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
libgtp_la_LIBADD = $(LIBOSMOCORE_LIBS)