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
This commit is contained in:
@ -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>
|
2003-10-28 Rodrigo Moya <rodrigo@ximian.com>
|
||||||
|
|
||||||
* e-source-selector.c (class_init): fill_popup_menu signal has
|
* e-source-selector.c (class_init): fill_popup_menu signal has
|
||||||
|
@ -36,6 +36,7 @@ widgetsinclude_HEADERS = \
|
|||||||
e-url-entry.h
|
e-url-entry.h
|
||||||
|
|
||||||
libemiscwidgets_la_SOURCES = \
|
libemiscwidgets_la_SOURCES = \
|
||||||
|
$(MARSHAL_GENERATED) \
|
||||||
$(widgetsinclude_HEADERS) \
|
$(widgetsinclude_HEADERS) \
|
||||||
e-calendar.c \
|
e-calendar.c \
|
||||||
e-calendar-item.c \
|
e-calendar-item.c \
|
||||||
@ -54,8 +55,7 @@ libemiscwidgets_la_SOURCES = \
|
|||||||
e-search-bar.c \
|
e-search-bar.c \
|
||||||
e-source-selector.c \
|
e-source-selector.c \
|
||||||
e-title-bar.c \
|
e-title-bar.c \
|
||||||
e-url-entry.c \
|
e-url-entry.c
|
||||||
e-util-marshal.c
|
|
||||||
|
|
||||||
MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
|
MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
|
||||||
@EVO_MARSHAL_RULE@
|
@EVO_MARSHAL_RULE@
|
||||||
@ -142,3 +142,6 @@ CLEANFILES = $(BUILT_SOURCES)
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
e-util-marshal.list \
|
e-util-marshal.list \
|
||||||
ChangeLog.pre-1-4
|
ChangeLog.pre-1-4
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
cd $(distdir); rm -f $(BUILT_SOURCES)
|
Reference in New Issue
Block a user