From ab2aa4d4922ab1a62b7a43013d09b2d9d144b3c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Aug 2008 23:34:41 +0000 Subject: Push serialiser down into core ('world'). HTTP access to patches (serialised on demand). git-svn-id: http://svn.drobilla.net/lad/ingen@1393 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/interface/Makefile.am') diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am index 9f56791d..37884f6b 100644 --- a/src/common/interface/Makefile.am +++ b/src/common/interface/Makefile.am @@ -9,4 +9,5 @@ EXTRA_DIST = \ Patch.hpp \ Plugin.hpp \ Port.hpp \ - README + README \ + Store.hpp -- cgit v1.2.1