summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-24 20:50:24 +0000
committerDavid Robillard <d@drobilla.net>2007-02-24 20:50:24 +0000
commit7d7d404f6d59891dbb53107345e140a85b97c9ed (patch)
tree1516168b9addaeab72714cc3dba237e793df2e8d
parent8a7533dffc55a61574900cc6a7d6791740ad338d (diff)
downloadingen-7d7d404f6d59891dbb53107345e140a85b97c9ed.tar.gz
ingen-7d7d404f6d59891dbb53107345e140a85b97c9ed.tar.bz2
ingen-7d7d404f6d59891dbb53107345e140a85b97c9ed.zip
Distribution build fixes (pass make distcheck).
git-svn-id: http://svn.drobilla.net/lad/ingen@336 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/libs/client/Makefile.am1
-rw-r--r--src/libs/engine/events/Makefile.am2
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 \