diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-24 08:42:11 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-24 08:42:11 +0200 |
commit | 79761712c6cab61250c0271f5439b37fedb43864 (patch) | |
tree | aca882738dfde5585d8254b017ebb1ecd25e1a44 /src | |
parent | 2228945f2ce29c12d98890498c61e493171d5c55 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 8169ebb..2a67c1d 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am | |||
@@ -41,6 +41,7 @@ sel.c sel.h \ | |||
41 | miniview.c miniview.h \ | 41 | miniview.c miniview.h \ |
42 | termio.c termio.h \ | 42 | termio.c termio.h \ |
43 | termcmd.c termcmd.h \ | 43 | termcmd.c termcmd.h \ |
44 | term_container.h \ | ||
44 | termiolink.c termiolink.h \ | 45 | termiolink.c termiolink.h \ |
45 | termpty.c termpty.h \ | 46 | termpty.c termpty.h \ |
46 | termptydbl.c termptydbl.h \ | 47 | termptydbl.c termptydbl.h \ |