summaryrefslogtreecommitdiff
path: root/plugins/unistim/Makefile.common
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-08-20 20:50:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-08-20 20:50:29 +0000
commitb65cc92385ee1d75a39e5fe31c5f97a221d46e91 (patch)
tree11a324fba0744daacccad982f7ac4c7afe2aa86e /plugins/unistim/Makefile.common
parent331d267b5075a5cda2b901145d06cd53b01744fa (diff)
downloadwireshark-b65cc92385ee1d75a39e5fe31c5f97a221d46e91.tar.gz
Add the UNISTIM plugin to Wireshark.
svn path=/trunk/; revision=22558
Diffstat (limited to 'plugins/unistim/Makefile.common')
-rw-r--r--plugins/unistim/Makefile.common43
1 files changed, 43 insertions, 0 deletions
diff --git a/plugins/unistim/Makefile.common b/plugins/unistim/Makefile.common
new file mode 100644
index 0000000000..8fdb9ec94d
--- /dev/null
+++ b/plugins/unistim/Makefile.common
@@ -0,0 +1,43 @@
+# Makefile.common for unistim plugin
+# Contains the stuff from Makefile.am and Makefile.nmake that is
+# a) common to both files and
+# b) portable between both files
+# Copyright 2007 Don Newton <dnewton@cypresscom.net>
+#
+# $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 = unistim
+
+# the dissector sources (without any helpers)
+DISSECTOR_SRC = \
+ packet-unistim.c
+
+DISSECTOR_INCLUDES = \
+ audio.h \
+ basic.h \
+ broadcast.h \
+ defines.h \
+ display.h \
+ header_field.h \
+ key.h \
+ network.h \
+ packet-unistim.h