aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-07 12:58:27 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-07 12:58:27 +0000
commit7a588676268b322230ff22a781b1ebcb4cd322fa (patch)
tree42263d0c6b88b94d2d6888ba20c2709198cf307f /asn1
parent483d9d74ab86952117027bd1d987cd5bd204260d (diff)
x721 and kerberos: Use standard Makefile.am
idmp: remove an unused line tetra, h460: Whitespace changes to be a "standard" Makefile.am asn1/Makefile.am: don't try to build kerberos and x721 dissectors svn path=/trunk/; revision=49201
Diffstat (limited to 'asn1')
-rw-r--r--asn1/Makefile.am8
-rw-r--r--asn1/h460/Makefile.am4
-rw-r--r--asn1/idmp/Makefile.common2
-rw-r--r--asn1/kerberos/Makefile.am3
-rw-r--r--asn1/tetra/Makefile.am1
-rw-r--r--asn1/x721/Makefile.am4
6 files changed, 13 insertions, 9 deletions
diff --git a/asn1/Makefile.am b/asn1/Makefile.am
index e6c02181e9..245e3f4e21 100644
--- a/asn1/Makefile.am
+++ b/asn1/Makefile.am
@@ -64,7 +64,6 @@ SUBDIRS = \
idmp \
inap \
isdn-sup \
- kerberos \
lcsap \
ldap \
logotypecertextn \
@@ -122,7 +121,12 @@ SUBDIRS = \
x509af \
x509ce \
x509if \
- x509sat \
+ x509sat
+
+# kerberos is a handwritten dissector, don't replace
+# x721 doesn't build
+DONT_BUILD_SUBDIRS = \
+ kerberos \
x721
EXTRA_DIST = \
diff --git a/asn1/h460/Makefile.am b/asn1/h460/Makefile.am
index 43e4636f78..d357a4d4df 100644
--- a/asn1/h460/Makefile.am
+++ b/asn1/h460/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
#
+#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
@@ -17,8 +18,9 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
+
include ../Makefile.preinc
include Makefile.common
include ../Makefile.inc
+
diff --git a/asn1/idmp/Makefile.common b/asn1/idmp/Makefile.common
index 142c7375b9..56ea58a1b3 100644
--- a/asn1/idmp/Makefile.common
+++ b/asn1/idmp/Makefile.common
@@ -22,8 +22,6 @@
PROTOCOL_NAME=idmp
-NEED_PACKET_PROTO_H = 1
-
EXPORT_FILES = \
$(PROTOCOL_NAME)-exp.cnf
diff --git a/asn1/kerberos/Makefile.am b/asn1/kerberos/Makefile.am
index bee9844028..d357a4d4df 100644
--- a/asn1/kerberos/Makefile.am
+++ b/asn1/kerberos/Makefile.am
@@ -22,6 +22,5 @@
include ../Makefile.preinc
include Makefile.common
-# Comment this out to allow 'make all' to work
-#include ../Makefile.inc
+include ../Makefile.inc
diff --git a/asn1/tetra/Makefile.am b/asn1/tetra/Makefile.am
index b3289801b2..d357a4d4df 100644
--- a/asn1/tetra/Makefile.am
+++ b/asn1/tetra/Makefile.am
@@ -23,3 +23,4 @@
include ../Makefile.preinc
include Makefile.common
include ../Makefile.inc
+
diff --git a/asn1/x721/Makefile.am b/asn1/x721/Makefile.am
index 3fce7917c4..d357a4d4df 100644
--- a/asn1/x721/Makefile.am
+++ b/asn1/x721/Makefile.am
@@ -19,8 +19,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
include ../Makefile.preinc
include Makefile.common
-# Comment this out to allow 'make all' to work
-#include ../Makefile.inc
+include ../Makefile.inc