aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-08-24 12:45:08 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-08-24 12:45:08 +0000
commit70af350b8bf9628f808d9f0e7ee794d9ebddbdfe (patch)
tree1b48a092313c8951253d7527e34b26a87fcc7fd9 /epan/Makefile.common
parent65e55347eaf6afeba217725bed0c4a5a6063a703 (diff)
add oids.{c,h} for LEGO
svn path=/trunk/; revision=22633
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index c730361425..c4ccc9110e 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -63,6 +63,7 @@ LIBWIRESHARK_SRC = \
ipv4.c \
next_tvb.c \
nstime.c \
+ oids.c \
oid_resolv.c \
osi-utils.c \
packet.c \
@@ -189,6 +190,7 @@ LIBWIRESHARK_INCLUDES = \
next_tvb.h \
nlpid.h \
nstime.h \
+ oids.h \
oid_resolv.h \
osi-utils.h \
oui.h \