* remove trailing spaces in configure.in

* compile src/lib/engines/common16 on if one of the 16 bits
   engines is requested


SVN revision: 36176
This commit is contained in:
Vincent Torri 2008-09-22 17:55:13 +00:00
parent f656fabac1
commit eae91bae39
2 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,10 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
common common_16
SUBDIRS = common
if BUILD_ENGINE_SOFTWARE_16
SUBDIRS += common_16
endif