diff options
Diffstat (limited to 'src/manager/Makefile.am')
-rw-r--r-- | src/manager/Makefile.am | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am index 432fad94b..171bfa688 100644 --- a/src/manager/Makefile.am +++ b/src/manager/Makefile.am @@ -13,20 +13,20 @@ manager_fcgi_LDADD = $(top_builddir)/src/manager/libappserv.la -lsqlite3 lib_LTLIBRARIES = libappserv.la libappserv_la_SOURCES = \ -lib/context.h lib/dispatcher.c lib/request.h lib/response.h lib/session.h \ -lib/controller.h lib/dispatcher.h lib/request.c lib/response.c lib/session.c \ -lib/template.h lib/template.c lib/dict.h lib/dict.c lib/xml.h lib/xml.c lib/enumerator.h +lib/context.h lib/dispatcher.c lib/request.h lib/session.h \ +lib/controller.h lib/dispatcher.h lib/request.c lib/session.c \ +lib/xml.h lib/xml.c lib/enumerator.h -libappserv_la_LDFLAGS = -lstrongswan -lfcgi -lpthread -lneo_cs -lneo_utl ${xml_LIBS} +libappserv_la_LDFLAGS = -lstrongswan -lfcgi -lpthread -lneo_cgi -lneo_cs -lneo_utl ${xml_LIBS} INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/manager/lib -I/usr/include/ClearSilver ${xml_CFLAGS} AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\" -ipsec_DATA = sqlite.db +ipsec_DATA = manager.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_templates_DATA = templates/header.cs templates/footer.cs templates/error.cs ipsec_templates_authdir = ${ipsec_templatesdir}/auth ipsec_templates_auth_DATA = templates/auth/login.cs @@ -38,16 +38,16 @@ 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 \ -templates/static/pipe.png templates/static/pipe-bad.png templates/static/jquery.js \ +ipsec_templates_static_DATA = templates/static/style.css templates/static/script.js templates/static/jquery.js \ +templates/static/pipe.png templates/static/pipe-good.png templates/static/pipe-bad.png \ +templates/static/pipe-thin.png templates/static/pipe-thin-left.png templates/static/pipe-thin-right.png \ 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 +templates/static/router.png templates/static/gateway-right.png templates/static/client-right.png -EXTRA_DIST = sqlite.db templates/header.cs templates/footer.cs \ +EXTRA_DIST = manager.db templates/header.cs templates/footer.cs templates/error.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/style.css templates/static/script.js templates/static/jquery.js \ +templates/static/pipe.png templates/static/pipe-good.png templates/static/pipe-bad.png \ +templates/static/pipe-thin.png templates/static/pipe-thin-left.png templates/static/pipe-thin-right.png \ 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 +templates/static/router.png templates/static/gateway-right.png templates/static/client-right.png |