diff options
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am index 9c5416f..5219ba0 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -20,16 +20,8 @@ # Boston, MA 02111-1307 USA gconf_PYTHON = \ - candidategconf.py \ - handle.py \ - image.py \ - lang.py \ - languagebar.py \ + config.py \ main.py \ - menu.py \ - gconf.py \ - propitem.py \ - toolitem.py \ $(NULL) gconfdir = $(pkgdatadir)/gconf |