From 0f3aece3862f2f68c68aa7d5e32476528d48b2e5 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 7 Nov 2003 08:24:45 +0000 Subject: make sure the marshal stuff is in the sources and remove the built files 2003-11-07 JP Rosevear * Makefile.am: make sure the marshal stuff is in the sources and remove the built files when disting svn path=/trunk/; revision=23218 --- widgets/misc/ChangeLog | 5 +++++ widgets/misc/Makefile.am | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'widgets') 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 + + * Makefile.am: make sure the marshal stuff is in the sources and + remove the built files when disting + 2003-10-28 Rodrigo Moya * 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 -- cgit v1.2.3