aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
blob: 5a86399b8f624fbbdaceeb68e6d776ec58b0aa5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LIBRARIES = libwiretap.a

libwiretap_a_SOURCES = \
	buffer.c		\
	buffer.h		\
	config.h		\
	debug.h			\
	file.c			\
	iptrace.c		\
	lanalyzer.c		\
	lanalyzer.h		\
	libpcap.c		\
	libpcap.h		\
	ngsniffer.c		\
	ngsniffer.h		\
	snoop.c			\
	snoop.h			\
	wtap.c			\
	wtap.h