Trivial change to add the missing LockDecls.hs files to Makefile.am.
This should remove some complaints to some of the tests that failed to
build.

Signed-off-by: Federico Morg Pareschi <m...@google.com>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index e18ee7e..dc8b63b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -997,6 +997,7 @@ HS_LIB_SRCS = \
        src/Ganeti/JQScheduler/Types.hs \
        src/Ganeti/JQueue.hs \
        src/Ganeti/JQueue/Lens.hs \
+       src/Ganeti/JQueue/LockDecls.hs \
        src/Ganeti/JQueue/Objects.hs \
        src/Ganeti/JSON.hs \
        src/Ganeti/Jobs.hs \
@@ -1150,6 +1151,7 @@ HS_TEST_SRCS = \
        test/hs/Test/Ganeti/Jobs.hs \
        test/hs/Test/Ganeti/JQScheduler.hs \
        test/hs/Test/Ganeti/JQueue.hs \
+       test/hs/Test/Ganeti/JQueue/LockDecls.hs \
        test/hs/Test/Ganeti/JQueue/Objects.hs \
        test/hs/Test/Ganeti/Kvmd.hs \
        test/hs/Test/Ganeti/Luxi.hs \
-- 
2.8.0.rc3.226.g39d4020

Reply via email to