diff options
Diffstat (limited to 'src/libs/engine/Makefile.am')
-rw-r--r-- | src/libs/engine/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am index a98a1e48..68f9739a 100644 --- a/src/libs/engine/Makefile.am +++ b/src/libs/engine/Makefile.am @@ -77,8 +77,8 @@ libingen_engine_la_SOURCES = \ ObjectStore.hpp \ OutputPort.cpp \ OutputPort.hpp \ - Patch.cpp \ - Patch.hpp \ + PatchImpl.cpp \ + PatchImpl.hpp \ PluginImpl.cpp \ PluginImpl.hpp \ PortImpl.cpp \ |