summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2012-01-23 13:27:59 -0500
committerPeng Huang <shawn.p.huang@gmail.com>2012-02-21 11:52:26 -0500
commit39422b6224ce511bd11093bf57af4b1bc163a181 (patch)
treee07a4781179598359744a19783308062bfa3b8db /ui
parent9c6018bf91e4f288585c478ea566a0c7ec271a56 (diff)
downloadibus-39422b6224ce511bd11093bf57af4b1bc163a181.tar.gz
ibus-ui-gtk2: Do not release gtk2 ui in tarball but keep them in repo.
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 5de36b58..b3a81e13 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -20,18 +20,11 @@
# 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)