make sure the marshal header is in the source list

2003-11-07  JP Rosevear <jpr@ximian.com>

	* gui/widgets/Makefile.am: make sure the marshal header is in the
	source list

	* gui/component/select-names/Makefile.am: ditto

	* gui/contact-editor/Makefile.am: ditto

	* gui/contact-list-editor/Makefile.am: ditto

svn path=/trunk/; revision=23219
This commit is contained in:
JP Rosevear
2003-11-07 08:35:50 +00:00
committed by JP Rosevear
parent 0f3aece386
commit 9b30d3dc5c
5 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,14 @@
2003-11-07 JP Rosevear <jpr@ximian.com>
* gui/widgets/Makefile.am: make sure the marshal header is in the
source list
* gui/component/select-names/Makefile.am: ditto
* gui/contact-editor/Makefile.am: ditto
* gui/contact-list-editor/Makefile.am: ditto
2003-11-07 JP Rosevear <jpr@ximian.com>
* util/Makefile.am: dist the marshal list

View File

@ -51,13 +51,13 @@ privlib_LTLIBRARIES = libeselectnames.la
libeselectnames_la_SOURCES = \
$(IDL_GENERATED) \
$(MARSHAL_GENERATED) \
e-select-names-bonobo.c \
e-select-names-bonobo.h \
e-select-names-completion.c \
e-select-names-completion.h \
e-select-names-manager.c \
e-select-names-manager.h \
e-select-names-marshal.c \
e-select-names-model.c \
e-select-names-model.h \
e-select-names-popup.c \

View File

@ -22,6 +22,7 @@ noinst_LTLIBRARIES = \
libecontacteditor.la
libecontacteditor_la_SOURCES = \
$(MARSHAL_GENERATED) \
e-contact-editor-address.c \
e-contact-editor-address.h \
e-contact-editor-fullname.c \

View File

@ -23,9 +23,9 @@ noinst_LTLIBRARIES = \
libecontactlisteditor.la
libecontactlisteditor_la_SOURCES = \
$(MARSHAL_GENERATED) \
e-contact-list-editor.c \
e-contact-list-editor.h \
e-contact-list-editor-marshal.c \
e-contact-list-model.c \
e-contact-list-model.h

View File

@ -40,6 +40,7 @@ noinst_LTLIBRARIES = \
libeabwidgets_la_SOURCES = \
$(CORBA_SOURCE) \
$(MARSHAL_GENERATED) \
eab-contact-display.c \
eab-contact-display.h \
eab-gui-util.c \