mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 11:45:49 +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:
6
deps/libmnl/examples/kobject/Makefile.am
vendored
Normal file
6
deps/libmnl/examples/kobject/Makefile.am
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
include $(top_srcdir)/Make_global.am
|
||||
|
||||
check_PROGRAMS = kobject-event
|
||||
|
||||
kobject_event_SOURCES = kobject-event.c
|
||||
kobject_event_LDADD = ../../src/libmnl.la
|
||||
Reference in New Issue
Block a user