diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-07 16:14:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-07 16:14:29 +0800 |
commit | 004e2cfd84e6a595939db7a396d4fe00b7a82b03 (patch) | |
tree | e5f02bb9cd6f83e0b44b6bb2a79c57ab3e320464 /e-util | |
parent | 33dd1532eb91cd35c001c479f6a4f0191028b671 (diff) | |
download | gsoc2013-evolution-004e2cfd84e6a595939db7a396d4fe00b7a82b03.tar.gz gsoc2013-evolution-004e2cfd84e6a595939db7a396d4fe00b7a82b03.tar.zst gsoc2013-evolution-004e2cfd84e6a595939db7a396d4fe00b7a82b03.zip |
make sure the marshal header and source are in the source list
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: make sure the marshal header and source are in the
source list
svn path=/trunk/; revision=23216
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 5 | ||||
-rw-r--r-- | e-util/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4aa77c2383..504f8301c6 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2003-11-07 JP Rosevear <jpr@ximian.com> + + * Makefile.am: make sure the marshal header and source are in the + source list + 2003-10-31 Hans Petter Jansson <hpj@ximian.com> * e-source.c (e_source_get_uri): Don't compress trailing slashes in diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 5ecdaa4e71..0258e52a32 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -54,6 +54,7 @@ eutilinclude_HEADERS = \ md5-utils.h libeutil_la_SOURCES = \ + $(MARSHAL_GENERATED) \ $(eutilinclude_HEADERS) \ e-account-list.c \ e-account.c \ @@ -87,7 +88,6 @@ libeutil_la_SOURCES = \ e-trie.c \ e-uid.c \ e-url.c \ - e-util-marshal.c \ e-xml-hash-utils.c \ eggtrayicon.c \ eggtrayicon.h \ |