aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8191dd9..7405f4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ noinst_HEADERS = \
src/blogc-make/ctx.h \
src/blogc-make/exec.h \
src/blogc-make/exec-native.h \
+ src/blogc-make/lighttpd.h \
src/blogc-make/rules.h \
src/blogc-make/settings.h \
src/blogc-runserver/httpd.h \
@@ -231,6 +232,7 @@ libblogc_make_la_SOURCES = \
src/blogc-make/ctx.c \
src/blogc-make/exec.c \
src/blogc-make/exec-native.c \
+ src/blogc-make/lighttpd.c \
src/blogc-make/rules.c \
src/blogc-make/settings.c \
$(NULL)