summaryrefslogtreecommitdiff
path: root/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Makefile')
-rw-r--r--modules/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/Makefile b/modules/Makefile
index 8235bf3..d9de6c0 100644
--- a/modules/Makefile
+++ b/modules/Makefile
@@ -15,10 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk
-include $(topsrcdir)/common.top.mk
+include $(topsrcdir)/automake.head.mk
dirs += $(DESTDIR)$(pkglibexecdir)/modules
-src_files += Makefile module.mk
-subdirs = comments date.author blobs tags tree
+makefiles = Makefile module.mk
+am_subdirs = comments date.author blobs tags tree
-include $(topsrcdir)/common.bottom.mk
+include $(topsrcdir)/automake.tail.mk