mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
When ./configure --enable-doxygen is used one can browse internal api documentation from docs/html directory. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
11 lines
230 B
Makefile
11 lines
230 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = m4/gnulib-cache.m4
|
|
SUBDIRS = lib src man tests contrib
|
|
|
|
if ENABLE_DOXYGEN
|
|
SUBDIRS += doc
|
|
endif
|