mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 22:36:03 +00:00
822266b74b
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
8 lines
158 B
Makefile
8 lines
158 B
Makefile
include $(top_srcdir)/Make_global.am
|
|
|
|
check_PROGRAMS = iftest
|
|
|
|
iftest_SOURCES = iftest.c
|
|
iftest_LDADD = ../src/libnfnetlink.la
|
|
iftest_LDFLAGS = -dynamic -ldl
|