--- freem/src/Makefile.am 2025/03/09 19:14:24 1.5 +++ freem/src/Makefile.am 2025/04/02 02:22:49 1.8 @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.5 2025/03/09 19:14:24 snw Exp $ +# $Id: Makefile.am,v 1.8 2025/04/02 02:22:49 snw Exp $ # automake rules for main body of FreeM source code # # @@ -24,6 +24,15 @@ # along with FreeM. If not, see . # # $Log: Makefile.am,v $ +# 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 +# +# Revision 1.6 2025/03/30 01:36:58 snw +# Make it easier to bring back fma_gedit, fix double-free in global handler, limit $CHAR to 7-bit ASCII +# # Revision 1.5 2025/03/09 19:14:24 snw # First phase of REUSE compliance and header reformat # @@ -57,7 +66,8 @@ freem_common = iniconf.c sighnd.c init.c locktab.c jobtab.c tp_check.c datatypes.c objects.c ssvn_object.c \ mcommand.c routine.c fs.c $(freem_commands) $(freem_headers) -fmadm_common = fmadm.c fma_locks.c fma_journals.c fma_routines.c fma_globals.c fma_jobs.c +fmadm_common = fmadm.c fma_locks.c fma_journals.c fma_routines.c fma_globals.c fma_jobs.c fma_gedit.c +#fmadm_common = fmadm.c fma_locks.c fma_journals.c fma_routines.c fma_globals.c fma_jobs.c bin_PROGRAMS = freem fmadm lib_LTLIBRARIES = libfreem.la @@ -80,7 +90,7 @@ fmadm_CFLAGS = $(AM_CFLAGS) $(FREEM_CFLA freem_LDADD = $(FREEM_LIBS) +#fmadm_LDADD = $(FREEM_LIBS) @CURSES_LIB@ fmadm_LDADD = $(FREEM_LIBS) -