From 49f060252a2f40c727909d9e55463f40dcea2cdf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 4 Sep 2008 22:25:33 -0400 Subject: Rename build/*.mk to build/Makefile.am.* Namely: build/Analysis.mk -> build/Makefile.am.analysis build/ChangeLog.mk -> build/Makefile.am.changelog build/Releasing.mk -> build/Makefile.am.releasing --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b5fc67457..6b9b77816 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --enable-test-surfaces -include $(srcdir)/build/ChangeLog.mk -include $(srcdir)/build/Releasing.mk -include $(srcdir)/build/Analysis.mk +include $(srcdir)/build/Makefile.am.changelog +include $(srcdir)/build/Makefile.am.releasing +include $(srcdir)/build/Makefile.am.analysis -- cgit v1.2.1