From d575a4d96dbd7ce4fc7feb01466acd288d4a27aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Aug 2008 03:04:23 +0000 Subject: Make distcheck fixes. Fix LV2 OSC header prototypes to match code / remove LV2 event extension dependency. git-svn-id: http://svn.drobilla.net/lad/ingen@1455 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/interface/Makefile.am') diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am index 37884f6b..4649fd0b 100644 --- a/src/common/interface/Makefile.am +++ b/src/common/interface/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = \ ClientInterface.hpp \ + CommonInterface.hpp \ Connection.hpp \ DataType.hpp \ EngineInterface.hpp \ @@ -9,5 +10,4 @@ EXTRA_DIST = \ Patch.hpp \ Plugin.hpp \ Port.hpp \ - README \ - Store.hpp + README -- cgit v1.2.1