Revision: 1601
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1601&view=rev
Author:   zas_
Date:     2009-04-02 16:10:12 +0000 (Thu, 02 Apr 2009)

Log Message:
-----------
Use full path in genmarshal.
This allows out of source builds with fakeroot.
Patch by Lukas Jirkovsky.

Modified Paths:
--------------
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am       2009-03-31 22:23:33 UTC (rev 1600)
+++ trunk/src/Makefile.am       2009-04-02 16:10:12 UTC (rev 1601)
@@ -243,10 +243,10 @@
        $(extra_SLIK)
 
 gq-marshal.h: gq-marshal.list
-       $(GLIB_GENMARSHAL) --prefix=gq_marshal gq-marshal.list --header >$@
+       $(GLIB_GENMARSHAL) --prefix=gq_marshal $(srcdir)/gq-marshal.list 
--header >$@
 
 gq-marshal.c: gq-marshal.list
-       (echo "#include \"gq-marshal.h\"" ; $(GLIB_GENMARSHAL) 
--prefix=gq_marshal gq-marshal.list --body ) >$@
+       (echo "#include \"gq-marshal.h\"" ; $(GLIB_GENMARSHAL) 
--prefix=gq_marshal $(srcdir)/gq-marshal.list --body ) >$@
 
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to