mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-23 06:42:38 +00:00
822266b74b
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
7 lines
152 B
Makefile
7 lines
152 B
Makefile
include $(top_srcdir)/Make_global.am
|
|
|
|
check_PROGRAMS = kobject-event
|
|
|
|
kobject_event_SOURCES = kobject-event.c
|
|
kobject_event_LDADD = ../../src/libmnl.la
|