--- freem/src/Makefile.am 2025/04/02 02:22:49 1.8 +++ freem/src/Makefile.am 2025/04/08 14:45:33 1.9 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.8 2025/04/02 02:22:49 snw Exp $ +# $Id: Makefile.am,v 1.9 2025/04/08 14:45:33 snw Exp $ # automake rules for main body of FreeM source code # # @@ -24,6 +24,9 @@ # along with FreeM. If not, see . # # $Log: Makefile.am,v $ +# Revision 1.9 2025/04/08 14:45:33 snw +# Add global_bltin.h to src/Makefile.am +# # Revision 1.8 2025/04/02 02:22:49 snw # Remove -Wformat-truncation # @@ -49,7 +52,7 @@ freem_headers = config.h errmsg.h events init.h io_socket.h jnldefs.h journal.h libfill.h log.h mdebug.h \ merge.h merr.h mpsdef0.h mpsdef.h mref.h mtok.h namespace.h sighnd.h ssvn_zrpi.h \ transact.h version.h consttbl.h mwapi_window.h mwapi_event.h shmmgr.h locktab.h \ - jobtab.h tp_check.h datatypes.h objects.h mcommand.h routine.h fs.h + jobtab.h tp_check.h datatypes.h objects.h mcommand.h routine.h fs.h global_bltin.h freem_commands = cmd_map.c cmd_unmap.c cmd_then.c cmd_throw.c cmd_const.c cmd_kvalue.c \ cmd_ksubscripts.c cmd_tstart.c cmd_tcommit.c cmd_trollback.c cmd_if.c \