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:
7
deps/libnfnetlink/utils/Makefile.am
vendored
Normal file
7
deps/libnfnetlink/utils/Makefile.am
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
include $(top_srcdir)/Make_global.am
|
||||
|
||||
check_PROGRAMS = iftest
|
||||
|
||||
iftest_SOURCES = iftest.c
|
||||
iftest_LDADD = ../src/libnfnetlink.la
|
||||
iftest_LDFLAGS = -dynamic -ldl
|
||||
Reference in New Issue
Block a user