aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: a87c5cce24d8441176bd1186f7ff752df3dfcfa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/Make_global.am

# 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=1:1:1


lib_LTLIBRARIES = libgtpnl.la

noinst_HEADERS = internal.h

libgtpnl_la_LIBADD = ${LIBMNL_LIBS}
libgtpnl_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libgtpnl.map -version-info $(LIBVERSION)
libgtpnl_la_SOURCES = genl.c		\
		      gtp-genl.c	\
		      gtp-rtnl.c	\
		      gtp.c		\
		      libgtpnl.map