From 7e07299d17156e52b0b60b2cc50a82e29ef4f550 Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Fri, 15 Feb 2013 12:28:25 +0900 Subject: [PATCH] Fix no rule to make target test-override-ibus.py BUG=http://code.google.com/p/ibus/issues/detail?id=1592 Review URL: https://codereview.appspot.com/7332043 --- bindings/pygobject/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/pygobject/Makefile.am b/bindings/pygobject/Makefile.am index 6a1d2f3..3980bc6 100644 --- a/bindings/pygobject/Makefile.am +++ b/bindings/pygobject/Makefile.am @@ -39,6 +39,7 @@ TESTS_ENVIRONMENT = \ EXTRA_DIST = \ gi/__init__.py \ gi/overrides/__init__.py \ + test-override-ibus.py \ $(NULL) -include $(top_srcdir)/git.mk -- 2.7.4