blob: 99ad8bb5b0565ac1684cb4764aadb360c70d840e [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
Pau Espin Pedrol36c4fac2018-05-04 11:22:04 +02004# If major=current-age is increased, remember to update the dh_strip line in debian/rules!
Oliver Smith848ec692023-11-28 13:38:29 +01005LIBVERSION=9:1:3
Pau Espin Pedrol36c4fac2018-05-04 11:22:04 +02006
jjako52c24142002-12-16 13:33:51 +00007lib_LTLIBRARIES = libgtp.la
8
Pau Espin Pedrol724ecc62022-11-02 14:57:24 +01009include_HEADERS = gtp.h gsn.h pdp.h gtpie.h
jjako02b93f52003-07-08 11:31:34 +000010
Vadim Yanitskiy4aa2e412023-03-09 17:16:49 +070011AM_CFLAGS = -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' $(LIBOSMOCORE_CFLAGS)
jjako52c24142002-12-16 13:33:51 +000012
Pau Espin Pedrol724ecc62022-11-02 14:57:24 +010013libgtp_la_SOURCES = gtp.c gtp.h gsn.c gsn.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 +010014libgtp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Holger Hans Peter Freyther42ca1d12014-12-03 20:18:43 +010015libgtp_la_LIBADD = $(LIBOSMOCORE_LIBS)