diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 15:08:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 15:08:45 +0800 |
commit | a4b2658454c55d988a26b3ec06018a04c21e742c (patch) | |
tree | 7533a753dc3f74edcea8b4e42b321c9b55431cfe /addressbook | |
parent | 45d9800e919681b5b2027c66f48e390eda6ed234 (diff) | |
download | gsoc2013-evolution-a4b2658454c55d988a26b3ec06018a04c21e742c.tar.gz gsoc2013-evolution-a4b2658454c55d988a26b3ec06018a04c21e742c.tar.zst gsoc2013-evolution-a4b2658454c55d988a26b3ec06018a04c21e742c.zip |
dist the marshal list
2003-11-07 JP Rosevear <jpr@ximian.com>
* util/Makefile.am: dist the marshal list
svn path=/trunk/; revision=23210
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/util/Makefile.am | 5 |
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) |