dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/Makefile.am

23 lines
369 B
Makefile
Raw Normal View History

# -*- Makefile -*-
ACLOCAL_AMFLAGS = -I m4
2012-10-19 14:35:28 +00:00
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
if ENABLE_CLI
SUBDIRS += src
pkgconfig_DATA += libnl-cli-3.0.pc
endif
pkgsysconfdir = ${sysconfdir}/libnl
pkgsysconf_DATA = etc/pktloc etc/classid
2010-07-02 12:06:59 +00:00
EXTRA_DIST = \
$(pkgsysconf_DATA)