diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 00:36:34 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 00:36:34 -0500 |
commit | ba29df2ef0ab32313e332ce7ce4e086f29d8d07d (patch) | |
tree | 55eaa8a7fee166fc876e92e94229082b3a8d61ed /modules/comments/Makefile.inc.mk | |
parent | 15b67942e56de4e0068f0870f257e852cd8b7c00 (diff) |
buildsystem
Diffstat (limited to 'modules/comments/Makefile.inc.mk')
-rw-r--r-- | modules/comments/Makefile.inc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comments/Makefile.inc.mk b/modules/comments/Makefile.inc.mk index 6816836..d5632d7 100644 --- a/modules/comments/Makefile.inc.mk +++ b/modules/comments/Makefile.inc.mk @@ -1,2 +1,2 @@ -src_files += comment.sh commit.sh print.sh showcomment.sh -out_files += comment commit print showcomment +am_src_files += comment.sh commit.sh print.sh showcomment.sh +sm_out_files += comment commit print showcomment |