aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/util/Makefile.am5
2 files changed, 9 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e50665e132..de59535ea6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,4 +1,8 @@
-2003-11-07 <jpr@ximian.com>
+2003-11-07 JP Rosevear <jpr@ximian.com>
+
+ * util/Makefile.am: dist the marshal list
+
+2003-11-07 JP Rosevear <jpr@ximian.com>
* gui/widgets/e-addressbook-view.c (change_view_type): don't
destroy the widget here - its dead when removed from the paned
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 56aadd1153..ddbea27e2e 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -19,7 +19,7 @@ INCLUDES = \
noinst_LTLIBRARIES = libeabutil.la
libeabutil_la_SOURCES = \
- eab-marshal.c  \
+ eab-marshal.c \
eab-destination.c \
eab-destination.h \
eab-book-util.c \
@@ -35,5 +35,8 @@ MARSHAL_GENERATED = eab-marshal.c eab-marshal.h
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
+EXTRA_DIST = \
+ eab-marshal.list
+
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)