mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 21:58:51 +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:
11
deps/libnfnetlink/src/Makefile.am
vendored
Normal file
11
deps/libnfnetlink/src/Makefile.am
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user