open5gs/lib/ipfw/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

27 lines
636 B
Makefile

## Process this file with automake to produce Makefile.in.
pkglib_LTLIBRARIES = libipfw.la
libipfw_la_SOURCES = \
ipfw2.h \
ipfw2.c dummynet.c ipv6.c tables.c \
expand_number.c humanize_number.c \
glue.c
AM_LDFLAGS = \
-version-info @LIBVERSION@
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/ipfw/objs/include_e \
-include glue.h \
-D_DEFAULT_SOURCE -D_BSD_SOURCE \
-DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 \
@IPFW_CPPFLAGS@
AM_CFLAGS = \
-Wall -Werror -Wno-shift-negative-value \
-Wno-unused-but-set-variable -Wno-unknown-warning-option
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump