mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 22:36:03 +00:00
822266b74b
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
16 lines
340 B
PkgConfig
16 lines
340 B
PkgConfig
# libnfnetlink pkg-config file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnfnetlink
|
|
Description: Low-level netfilter netlink communication library
|
|
URL: http://netfilter.org/projects/libnfnetlink/
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lnfnetlink
|
|
Cflags: -I${includedir}
|