summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-10-29 07:05:21 +0000
committerPaul Smith <psmith@gnu.org>2012-10-29 07:05:21 +0000
commitf6cdfccceaa6b4358d7693e0c8571dac0a624b02 (patch)
tree1fafd8949c867b89444ef57c6d068e7b8fb1a70e /Makefile.am
parent8c629826a5155510768b69354c4cfe31db385026 (diff)
downloadmake-f6cdfccceaa6b4358d7693e0c8571dac0a624b02.tar.gz
Implement new "load" directive.
Provides support for dynamically loadable objects in GNU make, as a "technology preview".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 592de9f8..47f29194 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ else
endif
make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c \
- function.c getopt.c getopt1.c implicit.c job.c main.c \
+ function.c getopt.c getopt1.c implicit.c job.c load.c main.c \
misc.c read.c remake.c rule.c signame.c \
strcache.c variable.c version.c vpath.c hash.c \
$(remote)