From 2816a32a120f763b6a072fe4a608d8216b895efb Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 11 Jun 2006 23:53:39 +0000 Subject: [PATCH] Moved Store code to client lib directory git-svn-id: http://svn.drobilla.net/lad@28 a436a847-0d15-0410-975c-d299462d15a1 --- grauph/src/libs/client/Makefile.am | 2 ++ grauph/src/{progs/gtk => libs/client}/Store.cpp | 0 grauph/src/{progs/gtk => libs/client}/Store.h | 0 3 files changed, 2 insertions(+) rename grauph/src/{progs/gtk => libs/client}/Store.cpp (100%) rename grauph/src/{progs/gtk => libs/client}/Store.h (100%) diff --git a/grauph/src/libs/client/Makefile.am b/grauph/src/libs/client/Makefile.am index 4378d789..01cff357 100644 --- a/grauph/src/libs/client/Makefile.am +++ b/grauph/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/grauph/src/progs/gtk/Store.cpp b/grauph/src/libs/client/Store.cpp similarity index 100% rename from grauph/src/progs/gtk/Store.cpp rename to grauph/src/libs/client/Store.cpp diff --git a/grauph/src/progs/gtk/Store.h b/grauph/src/libs/client/Store.h similarity index 100% rename from grauph/src/progs/gtk/Store.h rename to grauph/src/libs/client/Store.h