gnu: clutter-gtk: Update to 1.6.6.
[jackhill/guix/guix.git] / Makefile.am
index 67d483b..760caed 100644 (file)
@@ -50,6 +50,8 @@ MODULES =                                     \
   guix/gnu-maintenance.scm                     \
   guix/upstream.scm                            \
   guix/licenses.scm                            \
+  guix/graph.scm                               \
+  guix/cve.scm                                 \
   guix/build-system.scm                                \
   guix/build-system/cmake.scm                  \
   guix/build-system/emacs.scm                  \
@@ -197,6 +199,7 @@ SCM_TESTS =                                 \
   tests/pk-crypto.scm                          \
   tests/pki.scm                                        \
   tests/sets.scm                               \
+  tests/gnu-maintenance.scm                    \
   tests/substitute.scm                         \
   tests/builders.scm                           \
   tests/derivations.scm                                \
@@ -223,6 +226,7 @@ SCM_TESTS =                                 \
   tests/size.scm                               \
   tests/graph.scm                              \
   tests/challenge.scm                          \
+  tests/cve.scm                                        \
   tests/file-systems.scm                       \
   tests/services.scm                           \
   tests/containers.scm
@@ -295,6 +299,7 @@ EXTRA_DIST =                                                \
   HACKING                                              \
   ROADMAP                                              \
   TODO                                                 \
+  CODE-OF-CONDUCT                                      \
   .dir-locals.el                                       \
   build-aux/build-self.scm                             \
   build-aux/hydra/gnu-system.scm                       \
@@ -311,6 +316,7 @@ EXTRA_DIST =                                                \
   tests/test.drv                                       \
   tests/signing-key.pub                                        \
   tests/signing-key.sec                                        \
+  tests/cve-sample.xml                                 \
   build-aux/config.rpath                               \
   bootstrap                                            \
   release.nix                                          \