aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-09-13 08:32:14 +0000
committerMartin Willi <martin@strongswan.org>2007-09-13 08:32:14 +0000
commit660426ff48fcb2922baad455931564f3440bc84a (patch)
tree6374562038e19403fd9e67e1843eef0b88142d5e /src/manager
parentc63bbdca320c16e7b649764e3bbe1cb2f32cfb92 (diff)
downloadstrongswan-660426ff48fcb2922baad455931564f3440bc84a.tar.bz2
strongswan-660426ff48fcb2922baad455931564f3440bc84a.tar.xz
added DATA files to EXTRA_DIST
Diffstat (limited to 'src/manager')
-rw-r--r--src/manager/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am
index 78909b052..686c312df 100644
--- a/src/manager/Makefile.am
+++ b/src/manager/Makefile.am
@@ -22,9 +22,9 @@ libappserv_la_LDFLAGS = -lstrongswan -lfcgi -lpthread -lneo_cs -lneo_utl ${xml_L
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/manager/lib -I/usr/include/ClearSilver ${xml_CFLAGS}
-
ipsec_DATA = sqlite.db
+# Don't forget to add templates to EXTRA_DIST !!! How to automate?
ipsec_templatesdir = ${ipsecdir}/templates
ipsec_templates_DATA = templates/header.cs templates/footer.cs
@@ -36,3 +36,7 @@ ipsec_templates_gateway_DATA = templates/gateway/list.cs
ipsec_templates_statusdir = ${ipsec_templatesdir}/status
ipsec_templates_status_DATA = templates/status/ikesalist.cs
+
+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