From 2440176cabced62995e30373cbd48615a91f0137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Fri, 21 Dec 2012 14:34:26 +0000 Subject: Use pcapio routines. This concludes the preperation for adding pcapng support. svn path=/trunk/; revision=46673 --- Makefile.common | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 7a5b90b3bd..900d1afce2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -159,9 +159,14 @@ rawshark_SOURCES = \ # text2pcap specifics text2pcap_SOURCES = \ + pcapio.c \ text2pcap.c \ text2pcap-scanner.l +text2pcap_INCLUDES = \ + pcapio.h \ + text2pcap.h + # mergecap specifics mergecap_SOURCES = \ mergecap.c \ -- cgit v1.2.3