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

12 lines
170 B
Makefile

# -*- Makefile -*-
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include lib src doc
pkgconfig_DATA = libnl-2.0.pc
.PHONY: cscope
cscope:
cscope -b -q -R -Iinclude -slib -ssrc;