aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-17 20:56:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-17 20:56:06 +0000
commitb7d116667f4368ef156737efaa7574f507d97923 (patch)
treeaa3d01aca80a37274de9b22f457c49a7ee598d74 /wiretap/Makefile.common
parent80424e5ced9f0359fe3f6049369b6251783d9e0d (diff)
From Marton Nemeth:
Add the ability to open JPEG/JFIF files directly. From me: Some code cleanup + add new file to cmake. svn path=/trunk/; revision=30588
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index d6e3f40120..531f22dc03 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -52,6 +52,7 @@ NONGENERATED_C_FILES = \
i4btrace.c \
iptrace.c \
iseries.c \
+ jpeg_jfif.c \
k12.c \
lanalyzer.c \
libpcap.c \
@@ -101,6 +102,7 @@ NONGENERATED_HEADER_FILES = \
i4b_trace.h \
iptrace.h \
iseries.h \
+ jpeg_jfif.h \
k12.h \
lanalyzer.h \
libpcap.h \