open5gs/lib/freeDiameter-1.2.1/libfdproto/Makefile.am
Sukchan Lee 3778e47bdc add version-info in shared library
I'll just set all version to 1:0:0 at this point
2017-11-07 12:41:20 +00:00

21 lines
466 B
Makefile

## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libfdproto.la
libfdproto_la_SOURCES = \
fdproto-internal.h \
dictionary.c dictionary_functions.c dispatch.c fifo.c init.c \
lists.c log.c messages.c ostr.c portability.c rt_data.c \
sessions.c utils.c version.c
AM_LDFLAGS = \
-version-info @LIBVERSION@
AM_CPPFLAGS = \
-I$(top_srcdir)/include
AM_CFLAGS =
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump