Skip to content

Commit

Permalink
Rename build/*.mk to build/Makefile.am.*
Browse files Browse the repository at this point in the history
Namely:

	build/Analysis.mk  -> build/Makefile.am.analysis
	build/ChangeLog.mk -> build/Makefile.am.changelog
	build/Releasing.mk -> build/Makefile.am.releasing
  • Loading branch information
Behdad Esfahbod committed Sep 5, 2008
1 parent 7ad0764 commit 49f0602
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 49f0602

Please sign in to comment.