--- freem/src/Makefile.am	2025/02/26 00:48:27	1.3
+++ freem/src/Makefile.am	2025/03/30 01:36:58	1.6
@@ -1,23 +1,11 @@
 #
-#                            *
-#                           * *
-#                          *   *
-#                     ***************
-#                      * *       * *
-#                       *  MUMPS  *
-#                      * *       * *
-#                     ***************
-#                          *   *
-#                           * *
-#                            *
-#
-#   Makefile.am (src)
+#   $Id: Makefile.am,v 1.6 2025/03/30 01:36:58 snw Exp $
 #    automake rules for main body of FreeM source code
 #
 #  
-#   Author: John P. Willis <jpw@coherent-logic.com>
+#   Author: Serena Willis <jpw@coherent-logic.com>
 #    Copyright (C) 1998 MUG Deutschland
-#    Copyright (C) 2020 Coherent Logic Development LLC
+#    Copyright (C) 2020, 2025 Coherent Logic Development LLC
 #
 #
 #   This file is part of FreeM.
@@ -35,6 +23,16 @@
 #   You should have received a copy of the GNU Affero Public License
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #
+#   $Log: Makefile.am,v $
+#   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
+#
+#
+# SPDX-FileCopyrightText:  (C) 2025 Coherent Logic Development LLC
+# SPDX-License-Identifier: AGPL-3.0-or-later
 #
 
 AM_CFLAGS = -fsigned-char
@@ -62,7 +60,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
@@ -85,7 +84,7 @@ fmadm_CFLAGS = $(AM_CFLAGS) $(FREEM_CFLA
 
 freem_LDADD = $(FREEM_LIBS)
 
+#fmadm_LDADD = $(FREEM_LIBS) @CURSES_LIB@
 fmadm_LDADD = $(FREEM_LIBS)
 
 
-