diff options
Diffstat (limited to 'src/libs/client/Makefile.am')
-rw-r--r-- | src/libs/client/Makefile.am | 2 |
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 |