aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-21 14:34:26 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-21 14:34:26 +0000
commit2440176cabced62995e30373cbd48615a91f0137 (patch)
tree2084e95c58f2c441121a93640341f1f31745d2d7 /Makefile.common
parentedc47dbf8883f4f9e8b16ad0b8270629266ca59f (diff)
Use pcapio routines. This concludes the preperation for
adding pcapng support. svn path=/trunk/; revision=46673
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 5 insertions, 0 deletions
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 \