diff pidgin/plugins/Makefile.am @ 32668:1223abf2eaf2

Fix the gestures plugin, which really only needed a widget from which events could be obtained. It had no GtkIMHtml-specific code.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Sep 2011 00:05:48 +0000
parents d478be29444a
children ea2b621fd3ba
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.am	Thu Sep 22 23:49:39 2011 +0000
+++ b/pidgin/plugins/Makefile.am	Fri Sep 23 00:05:48 2011 +0000
@@ -16,6 +16,9 @@
 PERL_DIR = perl
 endif
 
+if ENABLE_GESTURES
+GESTURE_DIR = gestures
+endif
 
 SUBDIRS = \
 	$(CAP_DIR) \