FIX:build: Make --disable-nls and --with-included-gettext work.
[navit-package] / navit / support / Makefile.am
1 SUBDIRS=
2 if SUPPORT_EZXML
3   SUBDIRS+=ezxml
4 endif
5 if SUPPORT_GLIB
6   SUBDIRS+=glib
7 endif
8 if SUPPORT_WORDEXP
9   SUBDIRS+=wordexp
10 endif
11 if SUPPORT_WIN32
12   SUBDIRS+=win32
13 endif
14 if SUPPORT_ZLIB
15   SUBDIRS+=zlib
16 endif
17 if SUPPORT_LIBC
18  SUBDIRS+=libc
19 endif
20 DIST_SUBDIRS=ezxml glib wordexp win32 zlib libc