gnu: libjpeg: Use HTTPS URLs.
[jackhill/guix/guix.git] / Makefile.am
index 9f30d5b..fec9800 100644 (file)
@@ -64,6 +64,7 @@ MODULES =                                     \
   guix/base64.scm                              \
   guix/ci.scm                                  \
   guix/cpio.scm                                        \
+  guix/deprecation.scm                         \
   guix/docker.scm                              \
   guix/records.scm                             \
   guix/pki.scm                                 \
@@ -317,7 +318,7 @@ nobase_nodist_guileobject_DATA = $(GOBJECTS)
 # Handy way to remove the .go files without removing all the rest.
 clean-go:
        -$(RM) -f $(GOBJECTS)
-       @find . -name '*.go' -print | \
+       @find . -path ./test-tmp -prune -o -name '*.go' -print | \
          if test -t 1; then \
            xargs -r echo -e "\033[31mwarning:\033[0m stray .go files:"; \
          else \