aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/README.developer
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 /wiretap/README.developer
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 'wiretap/README.developer')
-rw-r--r--wiretap/README.developer3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/README.developer b/wiretap/README.developer
index d4a4e3cd53..9b5211fa22 100644
--- a/wiretap/README.developer
+++ b/wiretap/README.developer
@@ -86,5 +86,4 @@ To add the ability to write a new capture file format, you have to:
put pointers to the "can_write_encap" and "dump_open" routines
in the "dump_open_table_base[]" entry for that file type.
-In the wiretap directory, add your source file to CMakelists.txt and
-your source and header file to Makefile.am.
+In the wiretap directory, add your source file to CMakelists.txt.