From 79761712c6cab61250c0271f5439b37fedb43864 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 24 Apr 2015 08:42:11 +0200 Subject: [PATCH] build: Add term_container.h to source files to make sure it gets distributed Would not end up in the tarball if not listed here. --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 8169ebbf..2a67c1dc 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -41,6 +41,7 @@ sel.c sel.h \ miniview.c miniview.h \ termio.c termio.h \ termcmd.c termcmd.h \ +term_container.h \ termiolink.c termiolink.h \ termpty.c termpty.h \ termptydbl.c termptydbl.h \