summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-22 18:22:48 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-22 18:22:48 +0100
commite2b2c46693896bfc715afa2ff6f5f34ba73158aa (patch)
tree03ecc20b932f5a345907bbd17350d16ebb9ec386 /Makefile.am
parentcf153fc4726c616f5c5608797f02bb71b573140b (diff)
downloadpatches-e2b2c46693896bfc715afa2ff6f5f34ba73158aa.tar
patches-e2b2c46693896bfc715afa2ff6f5f34ba73158aa.tar.gz
distro: Add Flex.
* distro/packages/flex.scm, distro/packages/patches/flex-bison-tests.patch: New files. * Makefile.am (MODULES): Add `flex.scm'. (dist_patch_DATA): Add `flex-bison-tests.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e1dec5340d..a7a30abba3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ MODULES = \
distro/packages/bootstrap.scm \
distro/packages/compression.scm \
distro/packages/ed.scm \
+ distro/packages/flex.scm \
distro/packages/gawk.scm \
distro/packages/gdbm.scm \
distro/packages/gnupg.scm \
@@ -84,6 +85,7 @@ patchdir = $(pkgdatadir)/patches
dist_patch_DATA = \
distro/packages/patches/binutils-ld-new-dtags.patch \
distro/packages/patches/diffutils-gets-undeclared.patch \
+ distro/packages/patches/flex-bison-tests.patch \
distro/packages/patches/glibc-no-ld-so-cache.patch \
distro/packages/patches/guile-1.8-cpp-4.5.patch \
distro/packages/patches/guile-default-utf8.patch \