aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/ctx.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-04 01:14:00 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-04 01:29:43 +0100
commit8c320bfe295ac1cbd1833d7fba5c54a325875add (patch)
tree88589ebb027a1cb7ba1e700d5ac3aa01304fd5ec /src/blogc-make/ctx.h
parent4c00812c31dfa42183c8b6586ccf102a6d65f61c (diff)
downloadblogc-feature/runserver-lighttpd.tar.gz
blogc-feature/runserver-lighttpd.tar.bz2
blogc-feature/runserver-lighttpd.zip
make: implemented lighttpd support to runserver rulefeature/runserver-lighttpd
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r--src/blogc-make/ctx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h
index 77e8088..290a6b7 100644
--- a/src/blogc-make/ctx.h
+++ b/src/blogc-make/ctx.h
@@ -31,6 +31,7 @@ typedef struct {
typedef struct {
char *blogc;
char *blogc_runserver;
+ char *lighttpd;
bool verbose;
bm_settings_t *settings;