File: Makefile.am

package info (click to toggle)
dnscap 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,588 kB
  • sloc: ansic: 18,631; sh: 1,428; python: 1,162; makefile: 473; cpp: 306; perl: 169
file content (13 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACLOCAL_AMFLAGS = -I m4 -I src/pcap-thread/m4

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in \
    $(srcdir)/src/config.h.in~ \
    $(srcdir)/configure

SUBDIRS = src plugins

dist_doc_DATA = README.md LICENSE CONTRIBUTORS CHANGES

EXTRA_DIST = isc m4 .clang-format fmt.sh

test: check