summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-02-04 19:34:03 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-04 19:34:03 +0100
commit6d9e9dd453944cd86ddc530a131bd338f4734638 (patch)
tree908d19354d2f67adb7927e08b131f38f7b6f3e08 /Makefile.am
parent0756a43c3a77cff0e86aa8dad7f9f4ebd90b800c (diff)
downloadautomake-6d9e9dd453944cd86ddc530a131bd338f4734638.tar.gz
refactor: rip module Automake::Language out of automake script
This is just a preparatory patch in view of future changes. * lib/Automake/Language.pm: New module, ripped out from ... * automake.in: ... here. Related adjustments. * Makefile.am (dist_perllib_DATA): List the new module. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fa3dd3f3d..c245369ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -188,6 +188,7 @@ dist_perllib_DATA = \
lib/Automake/Getopt.pm \
lib/Automake/Item.pm \
lib/Automake/ItemDef.pm \
+ lib/Automake/Language.pm \
lib/Automake/Location.pm \
lib/Automake/Options.pm \
lib/Automake/Rule.pm \