]> granicus.if.org Git - libevent/commitdiff
Rename subordinate Makefile.ams to include.am
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 20:01:14 +0000 (16:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 20:01:14 +0000 (16:01 -0400)
Makefile.am
include/include.am [moved from include/Makefile.am with 100% similarity]
sample/include.am [moved from sample/Makefile.am with 100% similarity]
test/include.am [moved from test/Makefile.am with 100% similarity]

index ac3a8f4d419329513819a05468759273c845d335..0cb8004569d69f74f70f2b01114ea1dcc3c9a163 100644 (file)
@@ -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
 
similarity index 100%
rename from include/Makefile.am
rename to include/include.am
similarity index 100%
rename from sample/Makefile.am
rename to sample/include.am
similarity index 100%
rename from test/Makefile.am
rename to test/include.am