From 9d9efa215c52a6b75eef7e9a8b088b11dfd76a07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 8 Oct 2007 01:38:38 +0000 Subject: Shared abstract Connection interface. Only Patch to go, now.... git-svn-id: http://svn.drobilla.net/lad/ingen@843 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/common/interface/Makefile.am') diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am index 8442df77..7fc68563 100644 --- a/src/common/interface/Makefile.am +++ b/src/common/interface/Makefile.am @@ -1,8 +1,9 @@ EXTRA_DIST = \ - README \ ClientInterface.hpp \ + Connection.hpp \ + DataType.hpp \ EngineInterface.hpp \ - Plugin.hpp \ Node.hpp \ + Plugin.hpp \ Port.hpp \ - DataType.hpp \ + README -- cgit v1.2.1