ngc891 pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=02ebbba1f5c1c5bb12458ba60bb95683c8b3f0fd
commit 02ebbba1f5c1c5bb12458ba60bb95683c8b3f0fd Author: Jerome Pinot <[email protected]> Date: Sat Oct 8 19:18:58 2016 +0900 autotools: add missing tycommon.h in tybg_SOURCES, fix build. --- src/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 8d600dc..57301cb 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -63,7 +63,7 @@ gravatar.c gravatar.h \ tty_keys.h tybg_SOURCES = \ -tycommon.c \ +tycommon.c tycommon.h \ tybg.c tybg_CPPFLAGS = -I. \ --
