CMake: API reference fixes.
[metze/wireshark/wip.git] / plugins / epan / profinet / Makefile.am
1 # Makefile.am
2 #
3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 1998 Gerald Combs
6 #
7 # This program is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License
9 # as published by the Free Software Foundation; either version 2
10 # of the License, or (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
21 include $(top_srcdir)/Makefile.am.inc
22 include $(top_srcdir)/plugins/epan/Makefile.am.inc
23
24 # the name of the plugin
25 PLUGIN_NAME = profinet
26
27 PLUGIN_VERSION = 0.2.4
28
29 BUILT_SOURCES = \
30         plugin.c
31
32 # Non-generated sources to be scanned for registration routines
33 NONGENERATED_REGISTER_C_FILES = \
34         packet-dcerpc-pn-io.c \
35         packet-dcom-cba.c \
36         packet-dcom-cba-acco.c \
37         packet-pn-dcp.c \
38         packet-pn-mrp.c \
39         packet-pn-mrrt.c \
40         packet-pn-ptcp.c \
41         packet-pn-rt.c \
42         packet-pn-rtc-one.c
43
44 # Non-generated sources
45 NONGENERATED_C_FILES = \
46         $(NONGENERATED_REGISTER_C_FILES) \
47         packet-pn.c
48
49 # Headers.
50 CLEAN_HEADER_FILES = \
51         packet-dcom-cba-acco.h  \
52         packet-pn.h
53
54 HEADER_FILES = \
55         $(CLEAN_HEADER_FILES)
56
57 epan_plugin_LTLIBRARIES = profinet.la
58
59 profinet_la_SOURCES = \
60         $(SRC_FILES)    \
61         $(HEADER_FILES)
62
63 nodist_profinet_la_SOURCES = \
64         plugin.c
65
66 profinet_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS)
67
68 profinet_la_CFLAGS = $(AM_CFLAGS) $(PLUGIN_CFLAGS)
69
70 profinet_la_LDFLAGS = $(PLUGIN_LDFLAGS)
71
72 DISTCLEANFILES = \
73         plugin.c
74
75 EXTRA_DIST = \
76         CMakeLists.txt