diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 16:36:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 16:36:39 +0800 |
commit | 3c5481fefb23ca07d7925232b6be7ef43f423ee9 (patch) | |
tree | d46357e8c5b21b0687db685604c9653bacbd72de /shell | |
parent | 9b30d3dc5c548f4b123e3faba3c0fa400022ba96 (diff) | |
download | gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar.gz gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar.bz2 gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar.lz gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar.xz gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.tar.zst gsoc2013-evolution-3c5481fefb23ca07d7925232b6be7ef43f423ee9.zip |
make sure the marshal header is in the sources too
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: make sure the marshal header is in the sources too
svn path=/trunk/; revision=23220
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index aea1998abc..98165b812a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2003-11-07 JP Rosevear <jpr@ximian.com> + * Makefile.am: make sure the marshal header is in the sources too + +2003-11-07 JP Rosevear <jpr@ximian.com> + * main.c: use e-d-s idl to check interface version * Makefile.am: build e-d-s idl diff --git a/shell/Makefile.am b/shell/Makefile.am index 52cb69d8e2..2fecb7e6a0 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -141,6 +141,7 @@ eshellinclude_HEADERS = \ libeshell_la_SOURCES = \ $(IDL_GENERATED) \ + $(MARSHAL_GENERATED) \ e-corba-storage.c \ e-folder-dnd-bridge.c \ e-folder-list.c \ @@ -150,7 +151,6 @@ libeshell_la_SOURCES = \ e-folder.c \ e-icon-factory.c \ e-shell-corba-icon-utils.c \ - e-shell-marshal.c \ e-shell-utils.c \ e-storage-browser.c \ e-storage-set-view.c \ |