(Trivial) remove commented out calls to tvb_free().
[obnox/wireshark/wip.git] / plugins / unistim / Makefile.common
1 # Makefile.common for unistim plugin
2 #     Contains the stuff from Makefile.am and Makefile.nmake that is
3 #     a) common to both files and
4 #     b) portable between both files
5 # Copyright 2007 Don Newton <dnewton@cypresscom.net>
6 #  
7 # $Id$
8 #
9 # Wireshark - Network traffic analyzer
10 # By Gerald Combs <gerald@wireshark.org>
11 # Copyright 1998 Gerald Combs
12 #
13 # This program is free software; you can redistribute it and/or
14 # modify it under the terms of the GNU General Public License
15 # as published by the Free Software Foundation; either version 2
16 # of the License, or (at your option) any later version.
17 #
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 # GNU General Public License for more details.
22 #
23 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
26
27 # the name of the plugin
28 PLUGIN_NAME = unistim
29
30 # the dissector sources (without any helpers)
31 DISSECTOR_SRC = \
32         packet-unistim.c
33
34 DISSECTOR_INCLUDES =   \
35         audio.h        \
36         basic.h        \
37         broadcast.h    \
38         defines.h      \
39         display.h      \
40         expansion.h    \
41         key.h          \
42         network.h      \
43         uftp.h         \
44         packet-unistim.h