From 6cdfeebebc6d4672e2a99a1e4641ebdcfec2d43e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Aug 2012 16:01:14 -0400 Subject: [PATCH] Rename subordinate Makefile.ams to include.am --- Makefile.am | 6 +++--- include/{Makefile.am => include.am} | 0 sample/{Makefile.am => include.am} | 0 test/{Makefile.am => include.am} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename include/{Makefile.am => include.am} (100%) rename sample/{Makefile.am => include.am} (100%) rename test/{Makefile.am => include.am} (100%) diff --git a/Makefile.am b/Makefile.am index ac3a8f4d..0cb80045 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,9 +131,9 @@ noinst_PROGRAMS= EXTRA_PROGRAMS= CLEANFILES= BUILT_SOURCES = -include include/Makefile.am -include sample/Makefile.am -include test/Makefile.am +include include/include.am +include sample/include.am +include test/include.am if BUILD_WIN32 diff --git a/include/Makefile.am b/include/include.am similarity index 100% rename from include/Makefile.am rename to include/include.am diff --git a/sample/Makefile.am b/sample/include.am similarity index 100% rename from sample/Makefile.am rename to sample/include.am diff --git a/test/Makefile.am b/test/include.am similarity index 100% rename from test/Makefile.am rename to test/include.am