strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c63bbdc
)
added DATA files to EXTRA_DIST
author
Martin Willi
<martin@strongswan.org>
Thu, 13 Sep 2007 08:32:14 +0000
(08:32 -0000)
committer
Martin Willi
<martin@strongswan.org>
Thu, 13 Sep 2007 08:32:14 +0000
(08:32 -0000)
src/manager/Makefile.am
patch
|
blob
|
history
diff --git
a/src/manager/Makefile.am
b/src/manager/Makefile.am
index
78909b0
..
686c312
100644
(file)
--- 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}
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/manager/lib -I/usr/include/ClearSilver ${xml_CFLAGS}
-
ipsec_DATA = sqlite.db
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
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
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