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:
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user