diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e79cc8d..ce2fe3ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ # the following definition tells where others .am are located AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = src doc +SUBDIRS = src #doc ACLOCAL_AMFLAGS = -I m4 |