From 7d7d404f6d59891dbb53107345e140a85b97c9ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Feb 2007 20:50:24 +0000 Subject: Distribution build fixes (pass make distcheck). git-svn-id: http://svn.drobilla.net/lad/ingen@336 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Makefile.am | 1 - src/libs/engine/events/Makefile.am | 2 -- 2 files changed, 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 \ -- cgit v1.2.1