Fix build with CMake (Missing dvb_chartbl.c...) Fix indent also in Makefile.common

svn path=/trunk/; revision=54126
This commit is contained in:
Alexis La Goutte 2013-12-15 16:28:57 +00:00
parent 57ed8b42e1
commit ee08b65a20
2 changed files with 3 additions and 2 deletions

View File

@ -1484,6 +1484,7 @@ set(LIBWIRESHARK_FILES
decode_as.c
disabled_protos.c
dissector_filters.c
dvb_chartbl.c
dwarf.c
emem.c
epan.c

View File

@ -45,7 +45,7 @@ LIBWIRESHARK_SRC = \
decode_as.c \
disabled_protos.c \
dissector_filters.c \
dvb_chartbl.c \
dvb_chartbl.c \
dwarf.c \
emem.c \
epan.c \
@ -177,7 +177,7 @@ LIBWIRESHARK_INCLUDES = \
dissector_filters.h \
dtd.h \
dtd_parse.h \
dvb_chartbl.h \
dvb_chartbl.h \
dwarf.h \
eap.h \
emem.h \