third_party_libnl/Makefile.am

27 lines
402 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 python $(OPT_DIRS)
pkgconfig_DATA = libnl-3.pc \
libnl-route-3.pc \
libnl-genl-3.pc \
libnl-nf-3.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;