aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-24 11:17:51 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-24 11:17:51 +0100
commit2f1195e946d4fa2935300a79c808cd74f362195e (patch)
tree5d1518478d85009e3b130be8e438fd18b6f258e0
parentfa332fc91510464712320dd39873d52918eb231d (diff)
downloadembedlog-2f1195e946d4fa2935300a79c808cd74f362195e.tar.gz
embedlog-2f1195e946d4fa2935300a79c808cd74f362195e.tar.bz2
embedlog-2f1195e946d4fa2935300a79c808cd74f362195e.zip
fix: add missing www makefile to autoconf
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 29c1401..22e23fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,8 @@ AC_CONFIG_FILES([Makefile \
include/Makefile \
tst/Makefile \
man/Makefile \
- examples/Makefile])
+ examples/Makefile \
+ www/Makefile])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])