youtubeUnblock/deps/libnfnetlink/Make_global.am
Vadim Vetrov 822266b74b
Specify dependencies libs explicitly.
Such setup is better for cross compilation. Also changed Makefile to
properly make the project with these libraries.
2024-07-22 22:46:16 +03:00

9 lines
393 B
Plaintext

# 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
# http://sources.redhat.com/autobook/autobook/autobook_91.html
LIBVERSION=2:0:2
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = -Wall -fvisibility=hidden -D'NFNL_EXPORT=__attribute__((visibility("default")))'