summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--src/libs/client/Makefile.am2
-rw-r--r--src/libs/client/Store.cpp (renamed from src/progs/gtk/Store.cpp)0
-rw-r--r--src/libs/client/Store.h (renamed from src/progs/gtk/Store.h)0
3 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
diff --git a/src/progs/gtk/Store.cpp b/src/libs/client/Store.cpp
index ae285305..ae285305 100644
--- a/src/progs/gtk/Store.cpp
+++ b/src/libs/client/Store.cpp
diff --git a/src/progs/gtk/Store.h b/src/libs/client/Store.h
index 2b32dde6..2b32dde6 100644
--- a/src/progs/gtk/Store.h
+++ b/src/libs/client/Store.h