From 51f69943fcc52c04180e3d7ec675d50fa6e7e6d3 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 20 Jun 2008 08:47:06 +0000 Subject: [PATCH] added missing medsrv script.js to dist --- src/medsrv/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/medsrv/Makefile.am b/src/medsrv/Makefile.am index 1bbf3846e..8da1cfcc4 100644 --- a/src/medsrv/Makefile.am +++ b/src/medsrv/Makefile.am @@ -32,11 +32,11 @@ templates/peer/list.cs medsrv_templates_staticdir = ${medsrv_templatesdir}/static medsrv_templates_static_DATA = templates/header.cs templates/footer.cs \ templates/static/style.css templates/static/strongswan.png \ -templates/static/favicon.ico templates/static/mootools.js +templates/static/favicon.ico templates/static/mootools.js templates/static/script.js EXTRA_DIST = templates/header.cs templates/footer.cs \ templates/static/style.css templates/static/strongswan.png \ -templates/static/favicon.ico templates/static/mootools.js \ +templates/static/favicon.ico templates/static/mootools.js templates/static/script.js \ templates/peer/add.cs templates/peer/edit.cs templates/peer/list.cs \ templates/user/login.cs templates/user/add.cs templates/user/edit.cs \ templates/user/help.cs