aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 18c558024b..994de14fdf 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -58,7 +58,8 @@ LIBETHEREAL_SRC = \
timestamp.c \
to_str.c \
tvbuff.c \
- value_string.c
+ value_string.c \
+ xdlc.c
LIBETHEREAL_INCLUDES = \
addr_and_mask.h \
@@ -106,7 +107,8 @@ LIBETHEREAL_INCLUDES = \
timestamp.h \
to_str.h \
tvbuff.h \
- value_string.h
+ value_string.h \
+ xdlc.h
# dissector helpers (needed from the dissectors, but not a dissector itself)
DISSECTOR_SUPPORT_SRC = \
@@ -121,6 +123,5 @@ DISSECTOR_SUPPORT_SRC = \
../req_resp_hdrs.c \
../t35.c \
../tap.c \
- ../xdlc.c \
../xmlstub.c