diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 7dc4f7c..3021596 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -45,7 +45,9 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \ dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h \ vismain.c vismod1.c vismod2.c vismod3.c \ - constload2.c constload3.c filtmod1.c filtmod2.c + constload2.c constload3.c filtmod1.c filtmod2.c \ + nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \ + nodelmod3.c nodelmod4.c nodlopen.c include ../Makeconfig |