Add all subdirs to SUBDIRS regardless of automake conditionals.

This commit is contained in:
Daiki Ueno
2011-08-30 18:55:31 +09:00
parent 5f6eb76d7f
commit 747ce4e00b
3 changed files with 6 additions and 9 deletions

View File

@ -15,6 +15,7 @@
# along with this program. If not, see
# <http://www.gnu.org/licenses/>.
if ENABLE_PYTHON
pkgpython_PYTHON = \
__init__.py \
serializable.py \
@ -23,3 +24,4 @@ pkgpython_PYTHON = \
text.py \
client.py \
context.py
endif