diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 192a3a03aa..c8c42505a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,11 +21,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl -if NETTLE -SUBDIRS += nettle -endif -SUBDIRS += crypto includes lib libextra src doc tests +SUBDIRS = gl includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 |