aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Custom.make
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-25 14:21:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-25 14:21:42 +0000
commit84a22ed17eef0f8295fdcd00a9e054e7d97f090b (patch)
tree632a8a33b127b3ce4453278a676ad19625b5ce32 /asn1/Custom.make
parent07cd05fa52a2fc1a1b47b44931df3a4a981379f5 (diff)
Make it easier to add custom asn1 dissectors.
svn path=/trunk/; revision=37393
Diffstat (limited to 'asn1/Custom.make')
-rw-r--r--asn1/Custom.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/asn1/Custom.make b/asn1/Custom.make
new file mode 100644
index 0000000000..3a727bef6a
--- /dev/null
+++ b/asn1/Custom.make
@@ -0,0 +1,26 @@
+# Automake file for Wireshark
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 2006 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Add custom asn1 directories here, the file is included by Makefile.am
+# Note you need to add a Cutom.m4 file too.
+#
+CUSTOM_SUBDIRS = \ \ No newline at end of file