Improve rules to avoid compiler warning. Remove unused marshal.

2007-01-20  Felix Riemann  <friemann@svn.gnome.org>

	* libeog/Makefile.am: Improve rules to avoid compiler warning.
	* libeog/libeog-marshal.list: Remove unused marshal.

svn path=/trunk/; revision=3476
This commit is contained in:
Felix Riemann 2007-01-20 13:15:45 +00:00 committed by Felix Riemann
parent 93f6cd0bfd
commit be29232ea0
3 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2007-01-20 Felix Riemann <friemann@svn.gnome.org>
* libeog/Makefile.am: Improve rules to avoid compiler warning.
* libeog/libeog-marshal.list: Remove unused marshal.
2007-01-19 Felix Riemann <friemann@svn.gnome.org>
* libeog/eog-collection-item.c: (job_thumb_finished): Fix leaked error.

View file

@ -16,12 +16,11 @@ INCLUDES = \
$(WARN_CFLAGS)
libeog-marshal.h: libeog-marshal.list $(GLIB_GENMARSHAL)
echo "genmarshal h" && \
$(GLIB_GENMARSHAL) $< --header --prefix=libeog_marshal > $@
$(GLIB_GENMARSHAL) libeog-marshal.list --header --prefix=libeog_marshal > $@
libeog-marshal.c: libeog-marshal.list $(GLIB_GENMARSHAL)
echo "genmarshal c" && \
$(GLIB_GENMARSHAL) $< --body --prefix=libeog_marshal > $@
libeog-marshal.c: libeog-marshal.list libeog-marshal.h $(GLIB_GENMARSHAL)
echo "#include \"libeog-marshal.h\"" > $@ && \
$(GLIB_GENMARSHAL) libeog-marshal.list --body --prefix=libeog_marshal >> $@
MARSHAL_OUTPUT = \
libeog-marshal.h \

View file

@ -1,7 +1,6 @@
VOID:INT,INT,INT,INT
VOID:INT,INT
VOID:INT
VOID:OBJECT,OBJECT
VOID:POINTER
VOID:DOUBLE
VOID:OBJECT,INT