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