Ticket #3547: mc-3547-Makefile-is-missing-subshell.h.patch

File mc-3547-Makefile-is-missing-subshell.h.patch, 662 bytes (added by mooffie, 8 years ago)

(I didn't test this patch, sorry.)

  • src/subshell/Makefile.am

    From cee105c40952d4855ba47640825f157133865974 Mon Sep 17 00:00:00 2001
    From: Mooffie <mooffie@gmail.com>
    Date: Fri, 8 Jan 2016 13:44:25 +0200
    Subject: [PATCH] Makefile is missing subshell.h
    
    ---
     src/subshell/Makefile.am | 3 ++-
     1 file changed, 2 insertions(+), 1 deletion(-)
    
    diff --git a/src/subshell/Makefile.am b/src/subshell/Makefile.am
    index e74a0c2..2da9484 100644
    a b noinst_LTLIBRARIES = libsubshell.la 
    33libsubshell_la_SOURCES = \ 
    44        common.c \ 
    55        internal.h \ 
    6         proxyfunc.c 
     6        proxyfunc.c \ 
     7        subshell.h 
    78 
    89AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)