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