aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-04-15 23:40:36 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-18 03:46:17 +0000
commit4a156da068269aae75d79cd08e579754c52a0c43 (patch)
tree9637e57f0ceaaac66f6c47410c27054106d7d21a /epan/dissectors/dcerpc
parent2e639570318018871e934fb7a397ba8a2bdcfbe8 (diff)
Remove autotools build system.
It has been replaced by cmake. Change-Id: I83a5eddb8645dbbf6bca9f026066d2e995d8e87a Reviewed-on: https://code.wireshark.org/review/26969 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/Makefile.am50
1 files changed, 0 insertions, 50 deletions
diff --git a/epan/dissectors/dcerpc/Makefile.am b/epan/dissectors/dcerpc/Makefile.am
deleted file mode 100644
index 81805cc1e5..0000000000
--- a/epan/dissectors/dcerpc/Makefile.am
+++ /dev/null
@@ -1,50 +0,0 @@
-# Makefile.am
-#
-# Wireshark - Network traffic analyzer
-# By Gerald Combs <gerald@wireshark.org>
-# Copyright 2004 Gerald Combs
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-include $(top_srcdir)/Makefile.am.inc
-
-AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
-
-EXTRA_DIST = \
- CMakeLists.txt \
- Makefile.inc \
- idl2wrs.c \
- budb/Makefile \
- budb/budb.cnf \
- budb/budb.idl \
- budb/packet-dcerpc-budb-template.c \
- budb/packet-dcerpc-budb-template.h \
- butc/Makefile \
- butc/butc.cnf \
- butc/butc.idl \
- butc/packet-dcerpc-butc-template.c \
- butc/packet-dcerpc-butc-template.h \
- drsuapi/Makefile \
- drsuapi/drsuapi.cnf \
- drsuapi/drsuapi.idl \
- drsuapi/packet-dcerpc-drsuapi-template.c \
- drsuapi/packet-dcerpc-drsuapi-template.h
-
-bin_PROGRAMS = idl2wrs
-
-idl2wrs_SOURCES = idl2wrs.c
-
-idl2wrs_LDADD = $(GLIB_LIBS) ../../../wsutil/libwsutil.la
-
-#
-# Editor modelines - https://www.wireshark.org/tools/modelines.html
-#
-# Local variables:
-# c-basic-offset: 4
-# tab-width: 4
-# indent-tabs-mode: t
-# End:
-#
-# vi: set shiftwidth=4 tabstop=4 noexpandtab:
-# :indentSize=4:tabSize=4:noTabs=false:
-#