Files
youtubeUnblock/deps/libnfnetlink/src/Makefile.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

12 lines
369 B
Makefile

include $(top_srcdir)/Make_global.am
lib_LTLIBRARIES = libnfnetlink.la
libnfnetlink_la_LDFLAGS = -Wc,-nostartfiles \
-version-info $(LIBVERSION) \
-Wl,--version-script=$(srcdir)/nfnl.version
libnfnetlink_la_SOURCES = libnfnetlink.c iftable.c rtnl.c nfnl.version
EXTRA_libnfnetlink_la_DEPENDENCIES = $(srcdir)/nfnl.version
noinst_HEADERS = iftable.h rtnl.h