aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-17 00:20:32 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-17 00:20:32 +0000
commit794afa79633c8ef3f54b0728f7fe94ac191d3b29 (patch)
tree191d542bac3bc966a62f3137030e6631a28ff8ff /epan/Makefile.common
parentc2d537141a37e6313582f2936f4695036a8f0e9d (diff)
Add missing header file (eap.h)
svn path=/trunk/; revision=23476
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 3cbeff93cc..88dbed64bb 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -160,6 +160,7 @@ LIBWIRESHARK_INCLUDES = \
dissector_filters.h \
dtd.h \
dtd_parse.h \
+ eap.h \
emem.h \
epan.h \
epan_dissect.h \
@@ -191,7 +192,7 @@ LIBWIRESHARK_INCLUDES = \
next_tvb.h \
nlpid.h \
nstime.h \
- oids.h \
+ oids.h \
osi-utils.h \
oui.h \
packet.h \