mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
822266b74b
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
12 lines
259 B
Makefile
12 lines
259 B
Makefile
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
|