diff --git a/makedist.pl b/makedist.pl index bde139b4e..78d04e6ee 100755 --- a/makedist.pl +++ b/makedist.pl @@ -21,7 +21,7 @@ $vers || usage(); @files = ("config.cgi", "config-*-linux", "config-solaris", "images", "index.cgi", "mime.types", "miniserv.pl", "os_list.txt", "perlpath.pl", "setup.sh", "setup.pl", "setup.bat", - "setup-repos.sh", "version", "web-lib.pl", "web-lib-funcs.pl", "websockets-lib-funcs.pl", + "setup-repos.sh", "version", "web-lib.pl", "web-lib-funcs.pl", "config_save.cgi", "chooser.cgi", "miniserv.pem", "config-aix", "update-from-repo.sh", "README.md", "newmods.pl", "copyconfig.pl", "config-hpux", "config-freebsd", diff --git a/websockets-lib-funcs.pl b/xterm/websockets-lib-funcs.pl similarity index 100% rename from websockets-lib-funcs.pl rename to xterm/websockets-lib-funcs.pl diff --git a/xterm/xterm-lib.pl b/xterm/xterm-lib.pl index c74a01ef5..37925f3c8 100644 --- a/xterm/xterm-lib.pl +++ b/xterm/xterm-lib.pl @@ -4,6 +4,6 @@ BEGIN { push(@INC, ".."); }; use WebminCore; &init_config(); our %access = &get_module_acl(); -do '../websockets-lib-funcs.pl'; +do 'websockets-lib-funcs.pl'; 1; \ No newline at end of file