aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/Makefile.am12
2 files changed, 16 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 8d194b3944..1b11f2d030 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-19 Ettore Perazzoli <ettore@helixcode.com>
+
+ * Makefile.am (H_FILES): New.
+ (EXTRA_DIST): Add `$(H_FILES)'.
+
2000-10-19 Michael Meeks <michael@helixcode.com>
* evolution-message-composer.xml: add.
diff --git a/ui/Makefile.am b/ui/Makefile.am
index f570ad78ea..360214d628 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -11,10 +11,20 @@ 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)
+EXTRA_DIST = $(XML_FILES) $(H_FILES)
BUILT_SOURCES=$(XML_FILES:.xml=.h)