Fix typo causing build failure in ethumb when epdf was not present.

SVN revision: 40348
This commit is contained in:
Luis Felipe Strano Moraes 2009-04-24 16:21:49 +00:00
parent 05a22bce95
commit 93d9e9a8b6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if USE_MODULE_EMOTION
SUBDIRS += emotion
endif
if USE_MODULE_EMOTION
if USE_MODULE_EPDF
SUBDIRS += epdf
endif