summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bb3b556348..2500c0e2a78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,7 @@ MODULES = \
67 distro/packages/libunistring.scm \ 67 distro/packages/libunistring.scm \
68 distro/packages/linux.scm \ 68 distro/packages/linux.scm \
69 distro/packages/lout.scm \ 69 distro/packages/lout.scm \
70 distro/packages/lsh.scm \
70 distro/packages/m4.scm \ 71 distro/packages/m4.scm \
71 distro/packages/make-bootstrap.scm \ 72 distro/packages/make-bootstrap.scm \
72 distro/packages/multiprecision.scm \ 73 distro/packages/multiprecision.scm \
@@ -103,6 +104,9 @@ dist_patch_DATA = \
103 distro/packages/patches/guile-default-utf8.patch \ 104 distro/packages/patches/guile-default-utf8.patch \
104 distro/packages/patches/guile-relocatable.patch \ 105 distro/packages/patches/guile-relocatable.patch \
105 distro/packages/patches/libtool-skip-tests.patch \ 106 distro/packages/patches/libtool-skip-tests.patch \
107 distro/packages/patches/lsh-guile-compat.patch \
108 distro/packages/patches/lsh-no-root-login.patch \
109 distro/packages/patches/lsh-pam-service-name.patch \
106 distro/packages/patches/m4-gets-undeclared.patch \ 110 distro/packages/patches/m4-gets-undeclared.patch \
107 distro/packages/patches/m4-readlink-EINVAL.patch \ 111 distro/packages/patches/m4-readlink-EINVAL.patch \
108 distro/packages/patches/m4-s_isdir.patch \ 112 distro/packages/patches/m4-s_isdir.patch \