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