diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2012-01-23 13:27:59 -0500 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2012-02-21 11:52:26 -0500 |
commit | 39422b6224ce511bd11093bf57af4b1bc163a181 (patch) | |
tree | e07a4781179598359744a19783308062bfa3b8db /ui | |
parent | 9c6018bf91e4f288585c478ea566a0c7ec271a56 (diff) | |
download | ibus-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.am | 7 |
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) |