blob: 8416923d251d629b60fad1212244805ac29cac80 [file] [log] [blame]
Harald Welte964cda32019-11-24 22:27:10 +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
4ST2_LIBVERSION=0:0:0
5
6AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
7AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)
8AM_LDFLAGS = $(COVERAGE_LDFLAGS)
9COMMONLIBS = $(LIBOSMOCORE_LIBS) $(LIBOSMOSIM_LIBS) $(LIBUSB_LIBS)
10
11lib_LTLIBRARIES = libosmo-simtrace2.la
12
13libosmo_simtrace2_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(ST2_LIBVERSION)
14libosmo_simtrace2_la_LIBADD = $(COMMONLIBS)
15libosmo_simtrace2_la_SOURCES = \
16 apdu_dispatch.c \
17 gsmtap.c \
18 libusb_util.c \
19 simtrace2_api.c