diff options
Diffstat (limited to 'libctf/Makefile.am')
-rw-r--r-- | libctf/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libctf/Makefile.am b/libctf/Makefile.am index 31fcb5d..f1dda92 100644 --- a/libctf/Makefile.am +++ b/libctf/Makefile.am @@ -21,6 +21,10 @@ ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex +if BUILD_INFO +SUBDIRS = doc +endif + # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is # -I../zlib, unless we were configured with --with-system-zlib, in which # case both are empty. |