Files
youtubeUnblock/deps/libmnl/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

6 lines
233 B
Makefile

include $(top_srcdir)/Make_global.am
lib_LTLIBRARIES = libmnl.la
libmnl_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libmnl.map -version-info $(LIBVERSION)
libmnl_la_SOURCES = socket.c callback.c nlmsg.c attr.c internal.h libmnl.map