diff options
author | Martin Willi <martin@strongswan.org> | 2008-06-20 08:47:06 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-06-20 08:47:06 +0000 |
commit | 51f69943fcc52c04180e3d7ec675d50fa6e7e6d3 (patch) | |
tree | 576647c287ea19270c56090f49b8abb1458447cb /src | |
parent | a47e16a508831d14c47e6a7a913dd8208605b596 (diff) | |
download | strongswan-51f69943fcc52c04180e3d7ec675d50fa6e7e6d3.tar.bz2 strongswan-51f69943fcc52c04180e3d7ec675d50fa6e7e6d3.tar.xz |
added missing medsrv script.js to dist
Diffstat (limited to 'src')
-rw-r--r-- | src/medsrv/Makefile.am | 4 |
1 files 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 |