aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl/Makefile.am
blob: 29a8ee2344610c206a35ef3d3f895b4b7fbc30b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=0:0:0

AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include

lib_LTLIBRARIES = libosmoctrl.la

libosmoctrl_la_SOURCES = control_cmd.c control_if.c

libosmoctrl_la_LDFLAGS = $(LTLDFLAGS_OSMOCTRL) -version-info $(LIBVERSION) -no-undefined
libosmoctrl_la_LIBADD = $(top_builddir)/src/libosmocore.la