aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-26 03:12:25 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-26 03:12:25 +0000
commit4cfdd8ebb613330a7a9d0f75e299f27c2fb53bb1 (patch)
treeeeb8947503bd6e3ac961022150a22b51169fec2f /plugins/m2m/Makefile.common
parent028a7cf63839fca4cfcf7cab8da06c87bc5f529a (diff)
Go with a Makefile.common as other plugins have, and tweak the
Makefile.nmake and Makefile.am files to more closely resemble the ones for other plugins. (This should fix at least one of the distcheck problems, namely that wmxtypes.h apparently wasn't getting put into the distribution.) svn path=/trunk/; revision=21949
Diffstat (limited to 'plugins/m2m/Makefile.common')
-rw-r--r--plugins/m2m/Makefile.common41
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/m2m/Makefile.common b/plugins/m2m/Makefile.common
new file mode 100644
index 0000000000..2d776844a7
--- /dev/null
+++ b/plugins/m2m/Makefile.common
@@ -0,0 +1,41 @@
+# Makefile.common for M2M plugin
+# Contains the stuff from Makefile.am and Makefile.nmake that is
+# a) common to both files and
+# b) portable between both files
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 1998 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.
+
+# the name of the plugin
+PLUGIN_NAME = m2m
+
+# the dissector sources (without any helpers)
+DISSECTOR_SRC = \
+ packet-m2m.c
+
+# corresponding headers
+DISSECTOR_INCLUDES = \
+ wmxtypes.h
+
+# Dissector helpers. They're included in the source files in this
+# directory, but they're not dissectors themselves, i.e. they're not
+# used to generate "register.c").
+DISSECTOR_SUPPORT_SRC = \
+ wimax_tlv.c