diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9cd47ca..1e9cafe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ EXTRA_DIST = autogen.sh build.sh setup.iss -SUBDIRS = daemon client test etc extras +SUBDIRS = daemon doc client test etc extras include_HEADERS = include/syslog.h diff --git a/configure.ac b/configure.ac index e63f8c8..fe1bd26 100644 --- a/configure.ac +++ b/configure.ac @@ -72,6 +72,9 @@ AC_CONFIG_FILES([ test/Makefile etc/Makefile extras/Makefile + doc/Makefile + doc/book/Makefile + doc/website/Makefile ]) AC_OUTPUT |