diff options
-rw-r--r-- | src/libs/client/Makefile.am | 1 | ||||
-rw-r--r-- | src/libs/engine/events/Makefile.am | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am index b0cd1122..e7296268 100644 --- a/src/libs/client/Makefile.am +++ b/src/libs/client/Makefile.am @@ -38,7 +38,6 @@ libingenclient_la_SOURCES = \ ConnectionModel.cpp \ Store.h \ Store.cpp \ - $(top_srcdir)/src/common/util/Path.h \ $(top_srcdir)/src/common/interface/ClientInterface.h \ $(top_srcdir)/src/common/interface/EngineInterface.h diff --git a/src/libs/engine/events/Makefile.am b/src/libs/engine/events/Makefile.am index 7bc54238..e54c527a 100644 --- a/src/libs/engine/events/Makefile.am +++ b/src/libs/engine/events/Makefile.am @@ -6,8 +6,6 @@ EXTRA_DIST = \ UnregisterClientEvent.h \ UnregisterClientEvent.cpp \ PingQueuedEvent.h \ - ActivateEvent.h \ - ActivateEvent.cpp \ DeactivateEvent.h \ DeactivateEvent.cpp \ SetPortValueEvent.h \ |