Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / uavobjects / wireshark / op-uavtalk / Makefile.common
blob89bea93b6c5de31f38ac8f20df44456cd63f0085
1 # Makefile.common for OpenPilot UAVTalk 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 2012 Stacey Sheldon <stac@solidgoldbomb.org>
6 #  
7 # $Id$
9 # Wireshark - Network traffic analyzer
10 # By Gerald Combs <gerald@wireshark.org>
11 # Copyright 1998 Gerald Combs
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.
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.
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.
27 # the name of the plugin
28 PLUGIN_NAME = op-uavtalk
30 # the dissector sources (without any helpers)
31 DISSECTOR_SRC = \
32         packet-op-uavtalk.c
34 DISSECTOR_INCLUDES =