diff --git a/MANIFEST b/MANIFEST index 2f7e76dcd5..1fc1cc53b0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1158,7 +1158,6 @@ runtime/parrot/library/HTTP/Daemon.pir [library] runtime/parrot/library/HTTP/Message.pir [library] runtime/parrot/library/Instrument/Base.nqp [library] runtime/parrot/library/Instrument/Event.nqp [library] -runtime/parrot/library/Instrument/EventDispatcher.nqp [library] runtime/parrot/library/Instrument/EventLibrary.nqp [library] runtime/parrot/library/Instrument/Instrument.pir [library] runtime/parrot/library/Instrument/Probe.nqp [library] @@ -1278,11 +1277,15 @@ src/dynpmc/file.pmc [] src/dynpmc/foo.pmc [] src/dynpmc/foo2.pmc [] src/dynpmc/gziphandle.pmc [] +src/dynpmc/instrument_extern.h [] +src/dynpmc/instrument_private.h [] src/dynpmc/instrument.pmc [] src/dynpmc/instrumentclass.pmc [] src/dynpmc/instrumentgc.pmc [] +src/dynpmc/instrumentinvokable.pmc [] src/dynpmc/instrumentobject.pmc [] src/dynpmc/instrumentop.pmc [] +src/dynpmc/instrumentruncore.pmc [] src/dynpmc/instrumentstubbase.pmc [] src/dynpmc/instrumentvtable.pmc [] src/dynpmc/main.pasm []