Add AM_GNU_GETTEXT_VERSION(0.17) to configure.in to fix build error
[profile/ivi/ecore.git] / src / modules / immodules / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 SUBDIRS =
4
5 if BUILD_ECORE_IMF_XIM
6 SUBDIRS += xim
7 endif
8
9 if BUILD_ECORE_IMF_SCIM
10 SUBDIRS += scim
11 endif
12
13 if BUILD_ECORE_IMF_IBUS
14 SUBDIRS += ibus
15 endif