diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-06-02 17:57:52 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-06-06 18:52:23 -0700 |
commit | 7ab9a3caf8cdf9dc88380603cacaee890854a6ba (patch) | |
tree | d761babf041aae293ae77c1410d3b75fc30f43de /Makefile.am | |
parent | 843bb24cc3383ff11d76f81f956ef2cfe7ce13cb (diff) | |
download | caribou-7ab9a3caf8cdf9dc88380603cacaee890854a6ba.tar.gz |
Introduced GTK3 input method module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b57e28..5a1866e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = caribou bin data po libcaribou + +if ENABLE_IM_MODULES +SUBDIRS += im +endif
\ No newline at end of file |