summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-04 22:25:33 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-04 22:27:03 -0400
commit49f060252a2f40c727909d9e55463f40dcea2cdf (patch)
treed07154decbb312aac9fdc410c0b2dfbd2ccdec49 /Makefile.am
parent7ad076442d70c239c963c574849b2fb352ccd63a (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b5fc6745..6b9b7781 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