From 4e76adb0e1aed7b8a094d26adcef793b51ce252b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 22 Nov 2012 14:26:41 +0100 Subject: lib/ttyutils: create .c file Well, now all tty stuff are incline functions in include/ttyutils.h. It's seems more elegant to create regular lib/ttyutils.c for libcommon and write test program. Signed-off-by: Karel Zak --- lib/Makemodule.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makemodule.am') diff --git a/lib/Makemodule.am b/lib/Makemodule.am index bfe6471b2..59f89e93e 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -23,6 +23,7 @@ libcommon_la_SOURCES = \ lib/sysfs.c \ lib/tt.c \ lib/wholedisk.c \ + lib/ttyutils.c \ lib/xgetpass.c if LINUX -- cgit v1.2.3-55-g7522