# HG changeset patch # User Stu Tomlinson # Date 1178197077 0 # Node ID 91d0e590e635935f968d343ab39214623ac53608 # Parent 4419450837377266657696be8a2b81e8e05dec86 gnt should reference genmarshal in the srcdir to allow building in a different directory from the source. fixes the other part of #566 diff -r 441945083737 -r 91d0e590e635 finch/libgnt/Makefile.am --- a/finch/libgnt/Makefile.am Thu May 03 12:54:47 2007 +0000 +++ b/finch/libgnt/Makefile.am Thu May 03 12:57:57 2007 +0000 @@ -64,12 +64,12 @@ gntmarshal.h \ gntmarshal.c -gntmarshal.c: genmarshal gntmarshal.h +gntmarshal.c: $(srcdir)/genmarshal gntmarshal.h echo "#include \"gntmarshal.h\"" > $@ - cat genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --body >> $@ + cat $(srcdir)/genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --body >> $@ -gntmarshal.h: genmarshal - cat genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --header > $@ +gntmarshal.h: $(srcdir)/genmarshal + cat $(srcdir)/genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --header > $@ libgnt_laincludedir=$(includedir)/gnt libgnt_lainclude_HEADERS = \