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

27 lines
403 B
Makefile
Raw Normal View History

# -*- Makefile -*-
ACLOCAL_AMFLAGS = -I m4
OPT_DIRS =
if ENABLE_CLI
OPT_DIRS += src
endif
SUBDIRS = include lib doc man $(OPT_DIRS)
2011-08-11 12:30:24 +00:00
pkgconfig_DATA = libnl-3.1.pc \
libnl-route-3.1.pc \
libnl-genl-3.1.pc \
libnl-nf-3.1.pc
2010-07-02 12:06:59 +00:00
sysconfdir = @sysconfdir@/libnl
sysconf_DATA = etc/pktloc etc/classid
2010-07-02 12:06:59 +00:00
EXTRA_DIST = \
$(sysconf_DATA)
.PHONY: cscope
cscope:
cscope -b -q -R -Iinclude -slib -ssrc;