Fix distcheck build problem in docs/Makefile.am

Bug introduced in commit e97a36fa
This commit is contained in:
Benjamin Dauvergne 2012-10-01 10:55:39 +02:00
parent 267f91a5ca
commit 1ebcc767a9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ SUBDIRS = lasso-book
if ENABLE_GTK_DOC
SUBDIRS += reference
else
DIST_SUBDIRS = reference
DIST_SUBDIRS = reference lasso-book
endif