mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-30 22:20:33 +03:00
Specify dependencies libs explicitly.
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
This commit is contained in:
5
deps/libmnl/src/Makefile.am
vendored
Normal file
5
deps/libmnl/src/Makefile.am
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user