summaryrefslogtreecommitdiff
path: root/lib/am/data.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-08 00:01:29 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-08 12:35:27 +0200
commitfd74123befe7ce42c44d52128bb2e725706bb967 (patch)
treee4494aa033fa27b5903374aeceaf49a7d821b7e6 /lib/am/data.am
parentbdc607514748d8892dab26158b6d9693079d3a20 (diff)
downloadautomake-fd74123befe7ce42c44d52128bb2e725706bb967.tar.gz
[ng] refactor: merge inst-vars.am into header-vars.mk
This will simplify possible future refactorings. Given the small size of 'inst-vars.am', and the fact that the content of a verbatim-included makefile fragment is included in the distribution tarball only once, this change doesn't increase the size of distribution tarballs in any appreciable way, even if the variables once defined in 'inst-vars.am' aren't really needed. * lib/am/inst-vars.am: Remove, merged ... * lib/am/header-vars.mk: ... in here, with all '##' comments turned into '#' comments, and (few of them) slightly improved with the addition of "FIXME" remarks. * Makefile.am (dist_am_DATA): Adjust. * lib/am/data.am: Include the 'inst-vars.am' file explicitly no more. * lib/am/libs.am:: Likewise. * lib/am/lisp.am:: Likewise. * lib/am/ltlib.am:: Likewise. * lib/am/mans.am:: Likewise. * lib/am/python.am:: Likewise. * lib/am/scripts.am:: Likewise. * lib/am/texinfos.am:: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/am/data.am')
-rw-r--r--lib/am/data.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/am/data.am b/lib/am/data.am
index 379bc15b3..594124526 100644
--- a/lib/am/data.am
+++ b/lib/am/data.am
@@ -14,10 +14,6 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-if %?INSTALL%
-include inst-vars.am
-endif %?INSTALL%
-
## ------------ ##
## Installing. ##
## ------------ ##