1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 14:00:31 +02:00

Add Whippet to libguile/Makefile.am

* configure.ac: Add subdir-objects Makefile.am option, to prevent
accidental collision between object file names.
* libguile/Makefile.am: Include whippet/embed.am, and add the
appropriate hooks to the Makefile.
* libguile/whippet-embedder.h: New file.
This commit is contained in:
Andy Wingo 2025-04-16 09:33:39 +02:00
parent a463e0d376
commit a80e401540
3 changed files with 229 additions and 4 deletions

View file

@ -34,7 +34,7 @@ AC_CONFIG_SRCDIR(GUILE-VERSION)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
color-tests dist-lzip dist-xz])
color-tests dist-lzip dist-xz subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)