--- freem/src/Makefile.am 2025/03/31 16:33:56 1.7 +++ freem/src/Makefile.am 2025/04/08 14:45:33 1.9 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.7 2025/03/31 16:33:56 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,12 @@ # 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 +# # Revision 1.7 2025/03/31 16:33:56 snw # Work on fmadm edit global # @@ -38,7 +44,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # -AM_CFLAGS = -fsigned-char -Wformat-truncation +AM_CFLAGS = -fsigned-char AM_CPPFLAGS = -DHACK_NOXLATE -DSYSCONFDIR=\"${sysconfdir}\" -DPREFIX=\"${prefix}\" -DDATADIR=\"${datadir}\" -DLOCALSTATEDIR=\"${localstatedir}\" -DHOST=\"${host_triplet}\" freem_headers = config.h errmsg.h events.h fmadm.h fma_globals.h fma_jobs.h \ @@ -46,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 \