From 66dcb285508923eef16a1e4cd0cc9650290f23d1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 13:18:06 -0400 Subject: Makefile.am: Move includes to end --- diff --git a/Makefile.am b/Makefile.am index ec5b51f..7b4ab00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,13 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include $(top_srcdir)/src/local.mk -include $(top_srcdir)/lib/local.mk -include $(top_srcdir)/lib/cmd/local.mk -include $(top_srcdir)/man/local.mk -include $(top_srcdir)/locale/local.mk -include $(top_srcdir)/tests/local.mk - if IN_GIT PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^.*/||') else @@ -147,3 +140,10 @@ dist-hook: .sh.ms: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)cp $< $@ + +include $(top_srcdir)/src/local.mk +include $(top_srcdir)/lib/local.mk +include $(top_srcdir)/lib/cmd/local.mk +include $(top_srcdir)/man/local.mk +include $(top_srcdir)/locale/local.mk +include $(top_srcdir)/tests/local.mk -- cgit v0.9.1