Commit 25652655 authored by garciay's avatar garciay
Browse files

The dissector ITSIS (which implement ETSI TS 103 301 protocols) replaces the...

The dissector ITSIS (which implement ETSI TS 103 301 protocols) replaces the dissectors MAP & MAPEM, SPaT and SPATEM
parent 9389e125
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -136,19 +136,6 @@ MAINTAINERCLEANFILES = \
	$(GENERATED_HEADER_FILES) \
	plugin.c

EXTRA_DIST = \
	Makefile.common		\
	Makefile.nmake		\
	moduleinfo.nmake	\
	plugin.rc.in		\
	$(ASN_FILE_LIST)    \
	packet-$(PLUGIN_NAME)-template.c \
	packet-$(PLUGIN_NAME)-template.h \
	$(PLUGIN_NAME).cnf  \
	CAM.asn             \
	ITS-Container.asn   \
	CMakeLists.txt

checkapi:
	$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \
	-sourcedir=$(srcdir) \
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ MAKE_CNF_EXPORT = $(MAKE) generate_export

EXTRA_DIST_COMMON = \
	CMakeLists.txt \
	Makefile.nmake
	Makefile.nmake \
	moduleinfo.nmake \
	plugin.rc.in

EXTRA_CNF = \
	$(PROTOCOL_NAME).cnf
+9 −9
Original line number Diff line number Diff line
@@ -628,6 +628,9 @@ PROTOCOL_NAME = cam
MAKE_CNF_EXPORT = $(MAKE) generate_export
EXTRA_DIST_COMMON = \
	CMakeLists.txt \
	Makefile.nmake \
	moduleinfo.nmake \
	plugin.rc.in \
	Makefile.nmake

EXTRA_CNF = 
@@ -639,18 +642,15 @@ ASN_FILE_LIST = \
	ITS-Container.asn \
	CAM.asn


# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.
EXTRA_DIST = \
	Makefile.common		\
	Makefile.nmake		\
	moduleinfo.nmake	\
	plugin.rc.in		\
	$(EXTRA_DIST_COMMON) \
	$(ASN_FILE_LIST)    \
	packet-$(PROTOCOL_NAME)-template.c \
	packet-$(PROTOCOL_NAME)-template.h \
	$(PROTOCOL_NAME).cnf  \
	CAM.asn             \
	ITS-Container.asn   \
	CMakeLists.txt
	$(PROTOCOL_NAME).cnf


#
@@ -891,7 +891,7 @@ mostlyclean-compile:
distclean-compile:
	-rm -f *.tab.c

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet-cam.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet-$(PROTOCOL_NAME).Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@

.c.o:
+0 −12
Original line number Diff line number Diff line
@@ -136,18 +136,6 @@ MAINTAINERCLEANFILES = \
	$(GENERATED_HEADER_FILES) \
	plugin.c

EXTRA_DIST = \
	Makefile.common		\
	Makefile.nmake		\
	moduleinfo.nmake	\
	plugin.rc.in		\
	$(ASN_FILE_LIST)    \
	packet-$(PLUGIN_NAME)-template.c \
	packet-$(PLUGIN_NAME)-template.h \
	$(PLUGIN_NAME).cnf  \
	DENM.asn             \
	ITS-Container.asn   \
	CMakeLists.txt

checkapi:
	$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \
+5 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ MAKE_CNF_EXPORT = $(MAKE) generate_export

EXTRA_DIST_COMMON = \
	CMakeLists.txt \
	Makefile.nmake
	Makefile.nmake \
	moduleinfo.nmake \
	plugin.rc.in

EXTRA_CNF = \
	$(PROTOCOL_NAME).cnf
@@ -36,6 +38,8 @@ EXTRA_CNF = \
EXPORT_FILES = \
	$(PROTOCOL_NAME)-exp.cnf

EXT_ASN_FILE_LIST =

ASN_FILE_LIST = \
	ITS-Container.asn \
	DENM.asn
Loading