diff options
author | Martin Willi <martin@strongswan.org> | 2007-09-18 05:37:31 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-09-18 05:37:31 +0000 |
commit | c93a60874725ddfff55a0bc4c434e198573d3d83 (patch) | |
tree | 5d18aadbf9a4c4b764cebf1a1f18381f347df17e /src | |
parent | 703b4b0332d143d05e1c41798bdf2084febcb9b1 (diff) | |
download | strongswan-c93a60874725ddfff55a0bc4c434e198573d3d83.tar.bz2 strongswan-c93a60874725ddfff55a0bc4c434e198573d3d83.tar.xz |
removed unneded template logout.cs, fixes #10
Diffstat (limited to 'src')
-rw-r--r-- | src/manager/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am index 33dba55bf..432fad94b 100644 --- a/src/manager/Makefile.am +++ b/src/manager/Makefile.am @@ -45,8 +45,7 @@ templates/static/router.png templates/static/pipe-good.png templates/static/nat. templates/static/gateway-right.png templates/static/client-right.png EXTRA_DIST = sqlite.db templates/header.cs templates/footer.cs \ -templates/auth/login.cs templates/auth/logout.cs \ -templates/gateway/list.cs templates/status/ikesalist.cs \ +templates/auth/login.cs templates/gateway/list.cs templates/status/ikesalist.cs \ templates/static/style.css templates/static/script.js \ templates/static/pipe.png templates/static/pipe-bad.png templates/static/jquery.js \ templates/static/gateway-left.png templates/static/client-left.png templates/static/strongswan.png \ |