summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-06-15build: Be cross-compilation-ready.Ludovic Courtès
* Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'.
2012-06-15build: Provide the right include path when building modules.Ludovic Courtès
* Makefile.am (.scm.go): Add missing `-L $(top_srcdir)'.
2012-06-15Build (guix) last.Ludovic Courtès
* Makefile.am (MODULES): Move `guix.scm' last.
2012-06-13Add a build system.Ludovic Courtès
* configure.ac, Makefile.am: New files.