grim/gplate

Parents dcfcd38370ed
Children f05734c47587
If distcheck is run in a cross compile tree, build it with the cross compiler
  • +1 -1
    Makefile.am
  • --- a/Makefile.am Thu Oct 02 01:57:05 2008 -0500
    +++ b/Makefile.am Thu Oct 02 02:03:25 2008 -0500
    @@ -1,6 +1,6 @@
    SUBDIRS = gplate doc pixmaps po tests jhbuild
    -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
    +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --host=$(host) --target=$(target)
    DISTCLEANFILES=\
    intltool-extract \