aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-09-14 14:17:43 +0000
committerMartin Willi <martin@strongswan.org>2007-09-14 14:17:43 +0000
commitd919f2f8db4690a18640250083010b2eb30f1780 (patch)
tree036bc038c1f3cd494f761f842ca9726b6b85abec /src/manager
parentc01f7bf989dedcc61e4e812fd57d6d73997cfd85 (diff)
downloadstrongswan-d919f2f8db4690a18640250083010b2eb30f1780.tar.bz2
strongswan-d919f2f8db4690a18640250083010b2eb30f1780.tar.xz
added missing distribution/install files
Diffstat (limited to 'src/manager')
-rw-r--r--src/manager/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am
index 7a8ffe0b1..33dba55bf 100644
--- a/src/manager/Makefile.am
+++ b/src/manager/Makefile.am
@@ -38,8 +38,17 @@ ipsec_templates_statusdir = ${ipsec_templatesdir}/status
ipsec_templates_status_DATA = templates/status/ikesalist.cs
ipsec_templates_staticdir = ${ipsec_templatesdir}/static
-ipsec_templates_static_DATA = templates/static/style.css templates/static/script.js
+ipsec_templates_static_DATA = 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 \
+templates/static/router.png templates/static/pipe-good.png templates/static/nat.png \
+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/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 \
+templates/static/router.png templates/static/pipe-good.png templates/static/nat.png \
+templates/static/gateway-right.png templates/static/client-right.png