diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 18:39:31 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:40:42 +0200 |
commit | 42eb2aa9306a98a35a58cdf7fb736ccbf41b1bdd (patch) | |
tree | 24b9b132b7bd50afd0071461a85915602d6141f3 /modules | |
parent | c44295f58c9ee75825b31ab9c5c2f1300f405364 (diff) | |
download | gtk+-42eb2aa9306a98a35a58cdf7fb736ccbf41b1bdd.tar.gz |
Omit removed classes from Gail makefile
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am index 6ffe591db2..6cc398645a 100644 --- a/modules/other/gail/Makefile.am +++ b/modules/other/gail/Makefile.am @@ -22,9 +22,6 @@ gail_c_sources = \ gailcellparent.c \ gailcheckmenuitem.c \ gailchecksubmenuitem.c \ - gailclist.c \ - gailclistcell.c \ - gailcombo.c \ gailcombobox.c \ gailcontainer.c \ gailcontainercell.c \ @@ -35,14 +32,12 @@ gail_c_sources = \ gailimagecell.c \ gailitem.c \ gaillabel.c \ - gaillist.c \ gailmenu.c \ gailmenushell.c \ gailmenuitem.c \ gailnotebook.c \ gailnotebookpage.c \ gailobject.c \ - gailoptionmenu.c \ gailpaned.c \ gailpixmap.c \ gailprogressbar.c \ @@ -82,9 +77,6 @@ gail_private_h_sources = \ gailcellparent.h \ gailcheckmenuitem.h \ gailchecksubmenuitem.h \ - gailclist.h \ - gailclistcell.h \ - gailcombo.h \ gailcombobox.h \ gailcontainercell.h \ gailcontainer.h \ @@ -103,7 +95,6 @@ gail_private_h_sources = \ gailnotebook.h \ gailnotebookpage.h \ gailobject.h \ - gailoptionmenu.h \ gailpaned.h \ gailpixmap.h \ gailprogressbar.h \ |