9087cff5da0314b3221680264fd42cbc9588b13b
[metze/wireshark/wip.git] / epan / dissectors / dcerpc / Makefile.am
1 # Makefile.am
2 #
3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 2004 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
23 AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
24
25 EXTRA_DIST = \
26         CMakeLists.txt                          \
27         Makefile.inc                            \
28         idl2wrs.c                               \
29         budb/Makefile                           \
30         budb/budb.cnf                           \
31         budb/budb.idl                           \
32         budb/packet-dcerpc-budb-template.c      \
33         budb/packet-dcerpc-budb-template.h      \
34         butc/Makefile                           \
35         butc/butc.cnf                           \
36         butc/butc.idl                           \
37         butc/packet-dcerpc-butc-template.c      \
38         butc/packet-dcerpc-butc-template.h      \
39         drsuapi/Makefile                        \
40         drsuapi/drsuapi.cnf                     \
41         drsuapi/drsuapi.idl                     \
42         drsuapi/packet-dcerpc-drsuapi-template.c \
43         drsuapi/packet-dcerpc-drsuapi-template.h
44
45 bin_PROGRAMS = idl2wrs
46
47 idl2wrs_SOURCES = idl2wrs.c
48
49 idl2wrs_LDADD = $(GLIB_LIBS) ../../../wsutil/libwsutil.la
50
51 #
52 # Editor modelines  -  https://www.wireshark.org/tools/modelines.html
53 #
54 # Local variables:
55 # c-basic-offset: 4
56 # tab-width: 4
57 # indent-tabs-mode: t
58 # End:
59 #
60 # vi: set shiftwidth=4 tabstop=4 noexpandtab:
61 # :indentSize=4:tabSize=4:noTabs=false:
62 #