mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-02 14:48:48 +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:
10
deps/libmnl/examples/genl/Makefile.am
vendored
Normal file
10
deps/libmnl/examples/genl/Makefile.am
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include $(top_srcdir)/Make_global.am
|
||||
|
||||
check_PROGRAMS = genl-family-get \
|
||||
genl-group-events
|
||||
|
||||
genl_family_get_SOURCES = genl-family-get.c
|
||||
genl_family_get_LDADD = ../../src/libmnl.la
|
||||
|
||||
genl_group_events_SOURCES = genl-group-events.c
|
||||
genl_group_events_LDADD = ../../src/libmnl.la
|
||||
Reference in New Issue
Block a user