summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 60ba738e..4f1b420a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,16 +13,13 @@ endif
if PERL_ENABLED
PERL_SD = perl
endif
-if GTK_DOC_ENABLED
- GTK_DOC_SD = docs
-endif
SUBDIRS = lasso \
$(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(CSHARP_SD) $(PERL_SD) \
tests \
swig \
win32 \
- $(GTK_DOC_SD)
+ docs
ABS_BUILDDIR = $(shell pwd)