]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
build-sys; do not use subdirectory object
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 21:05:03 +0000 (22:05 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 15 Aug 2016 20:56:14 +0000 (21:56 +0100)
None-recursive builds are quicker, and less problematic from make(1) object
tracking point of view.  See reference for full explanation.

References: http://miller.emu.id.au/pmiller/books/rmch/

Makefile.am
configure.ac
img/Makefile.am [deleted file]

index fa9a2ddb2221095ca2948d8ce0520cbd6ad197b1..03b49a1853751580fa1cb0dd528cba185e08d1eb 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = img
+EXTRA_DIST = img/mtr_icon.xpm
 
 sbin_PROGRAMS = mtr
 man_MANS = mtr.8
index 95b84e27bd18e4ffb39ab2cd20a4fa2e129b61e6..1679902a9d5791b4c8165b7ab462e311cb21be9a 100644 (file)
@@ -199,6 +199,6 @@ fi
 
 
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile img/Makefile])
+AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
 
diff --git a/img/Makefile.am b/img/Makefile.am
deleted file mode 100644 (file)
index b8679df..0000000
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST = mtr_icon.xpm