diff options
author | Michael Meeks <michael@helixcode.com> | 2000-11-05 07:50:45 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-11-05 07:50:45 +0800 |
commit | 9e3b96659486f05acb2d85d641f88e0c85149853 (patch) | |
tree | ae44d6af298d234b28a187f5b1d8c04dbb0a6e4f /ui/Makefile.am | |
parent | 69be7df04c882a49352b9a291321f29661d18b91 (diff) | |
download | gsoc2013-evolution-9e3b96659486f05acb2d85d641f88e0c85149853.tar.gz gsoc2013-evolution-9e3b96659486f05acb2d85d641f88e0c85149853.tar.zst gsoc2013-evolution-9e3b96659486f05acb2d85d641f88e0c85149853.zip |
kill all the bonob-ui-extract crud.
2000-11-05 Michael Meeks <michael@helixcode.com>
* Makefile.am (uidir): kill all the bonob-ui-extract crud.
svn path=/trunk/; revision=6400
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 360214d628..1cbc68539c 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -11,23 +11,7 @@ XML_FILES = \ evolution-subscribe.xml \ evolution-task-editor-dialog.xml -H_FILES = \ - evolution.h \ - evolution-addressbook.h \ - evolution-addressbook-ldap.h \ - evolution-contact-editor.h \ - evolution-mail.h \ - evolution-calendar.h \ - evolution-subscribe.h \ - evolution-executive-summary.h - uidir = $(datadir)/gnome/ui ui_DATA = $(XML_FILES) -EXTRA_DIST = $(XML_FILES) $(H_FILES) - -BUILT_SOURCES=$(XML_FILES:.xml=.h) - -%.h : %.xml - bonobo-ui-extract $^ > $@ - +EXTRA_DIST = $(XML_FILES) |