mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-28 04:30:23 +00:00
1578095b8a
That file was not generated due to a missing line in Makefile.am and configure.ac http://lists.infradead.org/pipermail/libnl/2014-September/001649.html Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be> Signed-off-by: Thomas Haller <thaller@redhat.com>
25 lines
416 B
Makefile
25 lines
416 B
Makefile
# -*- Makefile -*-
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = include lib man python tests
|
|
|
|
pkgconfig_DATA = libnl-3.0.pc \
|
|
libnl-route-3.0.pc \
|
|
libnl-genl-3.0.pc \
|
|
libnl-nf-3.0.pc \
|
|
libnl-xfrm-3.0.pc \
|
|
libnl-idiag-3.0.pc
|
|
|
|
if ENABLE_CLI
|
|
SUBDIRS += src
|
|
pkgconfig_DATA += libnl-cli-3.0.pc
|
|
endif
|
|
|
|
|
|
pkgsysconfdir = ${sysconfdir}/libnl
|
|
pkgsysconf_DATA = etc/pktloc etc/classid
|
|
|
|
EXTRA_DIST = \
|
|
$(pkgsysconf_DATA)
|