mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-30 11:18:06 +03:00
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
12 lines
369 B
Makefile
12 lines
369 B
Makefile
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
|