From b22d9ab940489f615c3968678a0d01df589d3045 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 2 Jan 2014 18:01:33 +0000 Subject: [PATCH] Disabling building of the gnm dissector, I don't tink it was ever used. svn path=/trunk/; revision=54561 --- asn1/Makefile.am | 1 - asn1/Makefile.nmake | 1 - epan/CMakeLists.txt | 1 - epan/dissectors/Makefile.common | 2 -- 4 files changed, 5 deletions(-) diff --git a/asn1/Makefile.am b/asn1/Makefile.am index 0f62fe351d..25e8d8907c 100644 --- a/asn1/Makefile.am +++ b/asn1/Makefile.am @@ -47,7 +47,6 @@ SUBDIRS = \ dsp \ ess \ ftam \ - gnm \ goose \ gsm_map \ gprscdr \ diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake index 213adbd2e9..6e47631f94 100644 --- a/asn1/Makefile.nmake +++ b/asn1/Makefile.nmake @@ -64,7 +64,6 @@ BER_LIST= \ dsp \ ess \ ftam \ - gnm \ goose \ gsm_map \ gprscdr \ diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index a6eec91399..18242ba5fc 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -281,7 +281,6 @@ set(DIRTY_ASN1_DISSECTOR_SRC dissectors/packet-ansi_map.c dissectors/packet-coseventcomm.c dissectors/packet-cosnaming.c - dissectors/packet-gnm.c dissectors/packet-gprscdr.c dissectors/packet-gsm_map.c dissectors/packet-ldap.c diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common index d1ff9a1ca6..92302609fd 100644 --- a/epan/dissectors/Makefile.common +++ b/epan/dissectors/Makefile.common @@ -201,7 +201,6 @@ DIRTY_ASN1_DISSECTOR_SRC = \ packet-ansi_map.c \ packet-coseventcomm.c \ packet-cosnaming.c \ - packet-gnm.c \ packet-gprscdr.c \ packet-gsm_map.c \ packet-ldap.c \ @@ -1401,7 +1400,6 @@ DISSECTOR_INCLUDES = \ packet-giop.h \ packet-gluster.h \ packet-gmr1_common.h \ - packet-gnm.h \ packet-gnutella.h \ packet-gprscdr.h \ packet-gre.h \