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 e0c43e3e..09098e10 100644 --- a/src/libs/engine/Makefile.am +++ b/src/libs/engine/Makefile.am @@ -41,8 +41,8 @@ libom_la_SOURCES = \ Buffer.cpp \ Port.h \ Port.cpp \ - PortBase.h \ - PortBase.cpp \ + TypedPort.h \ + TypedPort.cpp \ InputPort.h \ InputPort.cpp \ OutputPort.h \ |