blob: 70caa1f767cc5ee66c71e450580a02919ea1922c [file] [log] [blame]
Harald Welte0b2a3162012-06-19 14:23:21 +08001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
Harald Welte336915a2014-08-21 15:51:07 +02003LIBVERSION=3:1:0
Harald Welte0b2a3162012-06-19 14:23:21 +08004
Jan Engelhardt9ffeb972013-06-03 01:59:25 +02005AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
6AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing
Harald Welte0b2a3162012-06-19 14:23:21 +08007
8# FIXME: this should eventually go into a milenage/Makefile.am
9noinst_HEADERS = common_vty.h
10
Harald Weltee3a10b62012-09-08 22:18:43 +020011if ENABLE_GB
Harald Welte0b2a3162012-06-19 14:23:21 +080012lib_LTLIBRARIES = libosmogb.la
13
Tobias Engel597460f2012-10-24 17:52:52 +020014libosmogb_la_LDFLAGS = $(LTLDFLAGS_OSMOGB) -version-info $(LIBVERSION)
Holger Hans Peter Freyther5a19bf72012-08-02 21:51:15 +020015libosmogb_la_LIBADD = \
16 $(top_builddir)/src/libosmocore.la \
17 $(top_builddir)/src/vty/libosmovty.la \
18 $(top_builddir)/src/gsm/libosmogsm.la
Harald Welte0b2a3162012-06-19 14:23:21 +080019
20libosmogb_la_SOURCES = gprs_ns.c gprs_ns_frgre.c gprs_ns_vty.c \
21 gprs_bssgp.c gprs_bssgp_util.c gprs_bssgp_vty.c \
22 gprs_bssgp_bss.c common_vty.c
Harald Weltee3a10b62012-09-08 22:18:43 +020023endif
Harald Welte0b2a3162012-06-19 14:23:21 +080024
25EXTRA_DIST = libosmogb.map
26