From cb7dbc1af41068f826246beb53870c01d8973bb8 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Tue, 17 Nov 2009 08:29:20 -0800 Subject: split startup.tcl file across modules Moves definitions for each layer into their own file, eliminating layering violations in the built-in TCL code. Updates src/Makefile.am rules to include all files in the final startup.tcl input file, and others Makefile.am rules to distribute the new files in our packages. --- src/server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/Makefile.am') diff --git a/src/server/Makefile.am b/src/server/Makefile.am index 6e52fdfb..bb7d5ef3 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -35,6 +35,7 @@ nobase_dist_pkgdata_DATA = \ endif EXTRA_DIST = \ + startup.tcl \ httpd/readme.txt \ httpd/menu.xml \ httpd/menu.xsl \ -- cgit v1.2.3