diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 16:35:50 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 16:35:50 +0800 |
commit | 9b30d3dc5c548f4b123e3faba3c0fa400022ba96 (patch) | |
tree | e5426b32bc9885ee80ccc18aafadfdc5cfbfbf10 | |
parent | 0f3aece3862f2f68c68aa7d5e32476528d48b2e5 (diff) | |
download | gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar.gz gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar.bz2 gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar.lz gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar.xz gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.tar.zst gsoc2013-evolution-9b30d3dc5c548f4b123e3faba3c0fa400022ba96.zip |
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
-rw-r--r-- | addressbook/ChangeLog | 11 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 1 |
5 files changed, 15 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index de59535ea6..f1cbd31e12 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,16 @@ 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 2003-11-07 JP Rosevear <jpr@ximian.com> diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 59ef7fc6b2..15a1647f0a 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -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 \ diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index ae9f99cd35..afb7109fa1 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -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 \ diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index 9cc18f9394..581f19ced0 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -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 diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index ce441cbafb..e325678010 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -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 \ |