diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-08-10 12:13:24 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-08-10 12:13:24 +0200 |
commit | abe5971f7398bda68c0e2757ccb8cdbe23d081e5 (patch) | |
tree | 1a30c23d87717b3af9caa927ca5eb6eeb780f346 /Makefile.am | |
parent | 32ddce4e3f346f5c7dad9a51180e11489124d93e (diff) |
autoconf mgmt
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 |