From 7ab9a3caf8cdf9dc88380603cacaee890854a6ba Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Thu, 2 Jun 2011 17:57:52 -0700 Subject: Introduced GTK3 input method module. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.1