From a61c4406e2cd4dc8f2d3a981e73dc09ae21e6ece Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 13 Mar 2006 20:35:57 +0000 Subject: [PATCH] Allow build from different dir --- shell/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/Makefile.am b/shell/Makefile.am index 26b195e7..c8703c05 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -95,12 +95,12 @@ EXTRA_DIST = ev-marshal.list \ ev-application-service.xml -ev-marshal.h: ev-marshal.list - glib-genmarshal --prefix=ev_marshal ev-marshal.list --header > ev-marshal.h +ev-marshal.h: $(srcdir)/ev-marshal.list + $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h -ev-marshal.c: ev-marshal.list +ev-marshal.c: $(srcdir)/ev-marshal.list echo '#include "ev-marshal.h"' > ev-marshal.c - glib-genmarshal --prefix=ev_marshal ev-marshal.list --body >> ev-marshal.c + $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c DISTCLEANFILES= \ ev-application-service.h -- 2.43.0