ibus-ui-gtk2: Do not release gtk2 ui in tarball but keep them in repo.
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 23 Jan 2012 18:27:59 +0000 (13:27 -0500)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 21 Feb 2012 16:52:26 +0000 (11:52 -0500)
configure.ac
ui/Makefile.am

index a18c93d..8dbba3a 100644 (file)
@@ -479,9 +479,6 @@ ibus/_config.py
 ibus/Makefile
 ibus/interface/Makefile
 ui/Makefile
-ui/gtk2/Makefile
-ui/gtk2/ibus-ui-gtk
-ui/gtk2/gtkpanel.xml.in
 ui/gtk3/Makefile
 ui/gtk3/gtkpanel.xml.in
 setup/Makefile
index 5de36b5..b3a81e1 100644 (file)
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 
-if ENABLE_PYTHON_LIBRARY
-if ENABLE_GTK2
-GTK2_UI = gtk2
-endif
-endif
-
 if ENABLE_GTK3
 GTK3_UI = gtk3
 endif
 
 SUBDIRS = \
-       $(GTK2_UI) \
        $(GTK3_UI) \
        $(NULL)