summaryrefslogtreecommitdiff
path: root/modules/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 00:36:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 00:36:34 -0500
commitba29df2ef0ab32313e332ce7ce4e086f29d8d07d (patch)
tree55eaa8a7fee166fc876e92e94229082b3a8d61ed /modules/Makefile
parent15b67942e56de4e0068f0870f257e852cd8b7c00 (diff)
buildsystem
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