Ticket #4249: mc-4249-teach-automake-to-include-maint_utils_version.patch

File mc-4249-teach-automake-to-include-maint_utils_version.patch, 674 bytes (added by and, 3 years ago)
  • Makefile.am

    From 59ad5afc5d632b54d2bd46946e8c713af4e1d841 Mon Sep 17 00:00:00 2001
    From: Andreas Mohr <and@gmx.li>
    Date: Wed, 26 May 2021 15:09:06 +0000
    Subject: [PATCH] (Makefile.am) teach automake to include maint/utils/version.h
    
    Teach automake to include maint/utils/version.h
    
    Fix #4249 found by IceMan
    
    Signed-off-by: Andreas Mohr <and@gmx.li>
    ---
     Makefile.am | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/Makefile.am b/Makefile.am
    index 6ad0c2b43..36bbaecde 100644
    a b if HAVE_TESTS 
    77    SUBDIRS += tests 
    88endif 
    99 
    10 EXTRA_DIST =  
     10EXTRA_DIST = maint/utils/version.sh 
    1111 
    1212dist_noinst_SCRIPTS = build-glib2.sh 
    1313