diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 29b1d3d79..c8fda425f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -124,7 +124,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(steam-engine steam-engine.cpp) DFHACK_PLUGIN(power-meter power-meter.cpp LINK_LIBRARIES lua) DFHACK_PLUGIN(siege-engine siege-engine.cpp LINK_LIBRARIES lua) - DFHACK_PLUGIN(reactionhooks reactionhooks.cpp LINK_LIBRARIES lua) + DFHACK_PLUGIN(eventful eventful.cpp LINK_LIBRARIES lua) DFHACK_PLUGIN(add-spatter add-spatter.cpp) DFHACK_PLUGIN(fix-armory fix-armory.cpp) # not yet. busy with other crud again... diff --git a/plugins/reactionhooks.cpp b/plugins/eventful.cpp similarity index 100% rename from plugins/reactionhooks.cpp rename to plugins/eventful.cpp