summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 420f06577d54e9a528b1a74175e11a8a5991e20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- Makefile -*-

ACLOCAL_AMFLAGS = -I m4

OPT_DIRS =

if ENABLE_CLI
OPT_DIRS += src
endif

SUBDIRS = include lib doc man $(OPT_DIRS)

pkgconfig_DATA = libnl-2.1.pc

sysconfdir = @sysconfdir@/libnl
sysconf_DATA = etc/pktloc etc/classid

.PHONY: cscope
cscope:
	cscope -b -q -R -Iinclude -slib -ssrc;