mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 22:36:03 +00:00
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
|