aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/Makefile.common')
-rw-r--r--epan/wslua/Makefile.common36
1 files changed, 36 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.common b/epan/wslua/Makefile.common
new file mode 100644
index 0000000000..057acda187
--- /dev/null
+++ b/epan/wslua/Makefile.common
@@ -0,0 +1,36 @@
+# Makefile.common
+# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+#
+
+MODULES = \
+ wslua_tvb.c \
+ wslua_proto.c \
+ wslua_tree.c \
+ wslua_pinfo.c \
+ wslua_listener.c \
+ wslua_gui.c \
+ wslua_util.c \
+ wslua_field.c \
+ wslua_dumper.c