diff options
Diffstat (limited to 'modules/tree/Makefile.inc.mk')
-rw-r--r-- | modules/tree/Makefile.inc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tree/Makefile.inc.mk b/modules/tree/Makefile.inc.mk index 82c0b58..c91bef2 100644 --- a/modules/tree/Makefile.inc.mk +++ b/modules/tree/Makefile.inc.mk @@ -1,2 +1,2 @@ -src_files += addparent.d.sh addparent.f.sh addparent.sh commit.sh delparent.f.sh getchildren.sh getparents.sh print.sh -out_files += addparent.d addparent.f addparent commit delparent.f getchildren getparents print +am_src_files += addparent.d.sh addparent.f.sh addparent.sh commit.sh delparent.f.sh getchildren.sh getparents.sh print.sh +am_out_files += addparent.d addparent.f addparent commit delparent.f getchildren getparents print |