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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |