summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-11 23:53:39 +0000
committerDavid Robillard <d@drobilla.net>2006-06-11 23:53:39 +0000
commitf43bdc8241e1bfab0980199bcd995e214ff94720 (patch)
treeb640e67dedefc4eeaa4ea892ac26eff04e921772 /src/libs/client/Makefile.am
parent7ff3e6747c2f99b19edcea7ae30346c86ffa02cf (diff)
downloadingen-f43bdc8241e1bfab0980199bcd995e214ff94720.tar.gz
ingen-f43bdc8241e1bfab0980199bcd995e214ff94720.tar.bz2
ingen-f43bdc8241e1bfab0980199bcd995e214ff94720.zip
Moved Store code to client lib directory
git-svn-id: http://svn.drobilla.net/lad/grauph@28 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Makefile.am')
-rw-r--r--src/libs/client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am
index 4378d789..01cff357 100644
--- a/src/libs/client/Makefile.am
+++ b/src/libs/client/Makefile.am
@@ -35,6 +35,8 @@ libomclient_la_SOURCES = \
PatchLibrarian.cpp \
ConnectionModel.h \
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