From 49f060252a2f40c727909d9e55463f40dcea2cdf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 4 Sep 2008 22:25:33 -0400 Subject: [PATCH] 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 +++--- build/{Analysis.mk => Makefile.am.analysis} | 0 build/{ChangeLog.mk => Makefile.am.changelog} | 0 build/{Releasing.mk => Makefile.am.releasing} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename build/{Analysis.mk => Makefile.am.analysis} (100%) rename build/{ChangeLog.mk => Makefile.am.changelog} (100%) rename build/{Releasing.mk => Makefile.am.releasing} (100%) 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 diff --git a/build/Analysis.mk b/build/Makefile.am.analysis similarity index 100% rename from build/Analysis.mk rename to build/Makefile.am.analysis diff --git a/build/ChangeLog.mk b/build/Makefile.am.changelog similarity index 100% rename from build/ChangeLog.mk rename to build/Makefile.am.changelog diff --git a/build/Releasing.mk b/build/Makefile.am.releasing similarity index 100% rename from build/Releasing.mk rename to build/Makefile.am.releasing