diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 16:24:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 16:24:45 +0800 |
commit | 0f3aece3862f2f68c68aa7d5e32476528d48b2e5 (patch) | |
tree | 2980f96299460db4d5883171bfe8fa9ea8d966bc /widgets/misc | |
parent | e0adf2b91a60b2e114fcea9e347cdd0f12a7a745 (diff) | |
download | gsoc2013-evolution-0f3aece3862f2f68c68aa7d5e32476528d48b2e5.tar.gz gsoc2013-evolution-0f3aece3862f2f68c68aa7d5e32476528d48b2e5.tar.zst gsoc2013-evolution-0f3aece3862f2f68c68aa7d5e32476528d48b2e5.zip |
make sure the marshal stuff is in the sources and remove the built files
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: make sure the marshal stuff is in the sources and
remove the built files when disting
svn path=/trunk/; revision=23218
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 5 | ||||
-rw-r--r-- | widgets/misc/Makefile.am | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index f49876634a..2f0f369630 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-07 JP Rosevear <jpr@ximian.com> + + * Makefile.am: make sure the marshal stuff is in the sources and + remove the built files when disting + 2003-10-28 Rodrigo Moya <rodrigo@ximian.com> * e-source-selector.c (class_init): fill_popup_menu signal has diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index f4d2cac974..f600183ae9 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -36,6 +36,7 @@ widgetsinclude_HEADERS = \ e-url-entry.h libemiscwidgets_la_SOURCES = \ + $(MARSHAL_GENERATED) \ $(widgetsinclude_HEADERS) \ e-calendar.c \ e-calendar-item.c \ @@ -54,8 +55,7 @@ libemiscwidgets_la_SOURCES = \ e-search-bar.c \ e-source-selector.c \ e-title-bar.c \ - e-url-entry.c \ - e-util-marshal.c + e-url-entry.c MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h @EVO_MARSHAL_RULE@ @@ -142,3 +142,6 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ e-util-marshal.list \ ChangeLog.pre-1-4 + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES)
\ No newline at end of file |