blob: 77f81cfaf8bb8903aa78f29542317badfcf9af28 [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!
Pau Espin Pedrolbc583d92022-06-28 17:48:22 +02005LIBVERSION=8:1:2
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
Holger Hans Peter Freyther42ca1d12014-12-03 20:18:43 +010011AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(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)