aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-12-15 12:05:50 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-12-15 12:05:50 +0000
commitdb1b70f168a23bd4ba9b9a2921ff8d26573f770a (patch)
tree0c538726aa9461fef9b30e03feaf6f69d2c73884 /epan/Makefile.common
parentd6b2fb11a22979a9ed68b1206610a1cd844623e4 (diff)
as requested, move the functions/defines for DVB character tables
to separate files svn path=/trunk/; revision=54113
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 202cac4978..3266f2df3b 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -45,6 +45,7 @@ LIBWIRESHARK_SRC = \
decode_as.c \
disabled_protos.c \
dissector_filters.c \
+ dvb_chartbl.c \
dwarf.c \
emem.c \
epan.c \
@@ -176,6 +177,7 @@ LIBWIRESHARK_INCLUDES = \
dissector_filters.h \
dtd.h \
dtd_parse.h \
+ dvb_chartbl.h \
dwarf.h \
eap.h \
emem.h \