blob: 32025d692950b870e3aa59a121eaa30588bf63a8 [file] [log] [blame]
Holger Hans Peter Freyther68d244d2017-01-24 17:21:05 +01001# This is _NOT_ the library release version, it's an API version.
2# Please read chapter "Library interface versions" of the libtool documentation
3# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
4LIBVERSION=1:0:0
jjako52c24142002-12-16 13:33:51 +00005lib_LTLIBRARIES = libgtp.la
6
Neels Hofmeyr6c06d252015-10-27 14:57:18 +01007include_HEADERS = gtp.h pdp.h gtpie.h
jjako02b93f52003-07-08 11:31:34 +00008
Holger Hans Peter Freyther42ca1d12014-12-03 20:18:43 +01009AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS)
jjako52c24142002-12-16 13:33:51 +000010
11libgtp_la_SOURCES = gtp.c gtp.h gtpie.c gtpie.h pdp.c pdp.h lookupa.c lookupa.h queue.c queue.h
Holger Hans Peter Freyther68d244d2017-01-24 17:21:05 +010012libgtp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Holger Hans Peter Freyther42ca1d12014-12-03 20:18:43 +010013libgtp_la_LIBADD = $(LIBOSMOCORE_LIBS)
jjako52c24142002-12-16 13:33:51 +000014
15
16
17