mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-01 06:08: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:
11
deps/libmnl/Makefile.am
vendored
Normal file
11
deps/libmnl/Makefile.am
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
include $(top_srcdir)/Make_global.am
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src include examples doxygen
|
||||
DIST_SUBDIRS = src include examples doxygen
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libmnl.pc
|
||||
|
||||
${pkgconfig_DATA}: ${top_builddir}/config.status
|
||||
Reference in New Issue
Block a user