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
This commit is contained in:
JP Rosevear
2003-11-07 08:14:29 +00:00
committed by JP Rosevear
parent 33dd1532eb
commit 004e2cfd84
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2003-10-31 Hans Petter Jansson <hpj@ximian.com>
* e-source.c (e_source_get_uri): Don't compress trailing slashes in * e-source.c (e_source_get_uri): Don't compress trailing slashes in

View File

@ -54,6 +54,7 @@ eutilinclude_HEADERS = \
md5-utils.h md5-utils.h
libeutil_la_SOURCES = \ libeutil_la_SOURCES = \
$(MARSHAL_GENERATED) \
$(eutilinclude_HEADERS) \ $(eutilinclude_HEADERS) \
e-account-list.c \ e-account-list.c \
e-account.c \ e-account.c \
@ -87,7 +88,6 @@ libeutil_la_SOURCES = \
e-trie.c \ e-trie.c \
e-uid.c \ e-uid.c \
e-url.c \ e-url.c \
e-util-marshal.c \
e-xml-hash-utils.c \ e-xml-hash-utils.c \
eggtrayicon.c \ eggtrayicon.c \
eggtrayicon.h \ eggtrayicon.h \