summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-11-22 14:26:41 +0100
committerKarel Zak2012-11-22 14:26:41 +0100
commit4e76adb0e1aed7b8a094d26adcef793b51ce252b (patch)
tree29730e24ef5102f911a755bee0750b91e40e6071 /lib/Makemodule.am
parentbuild-sys: use libcommon.a for lslocks (diff)
downloadkernel-qcow2-util-linux-4e76adb0e1aed7b8a094d26adcef793b51ce252b.tar.gz
kernel-qcow2-util-linux-4e76adb0e1aed7b8a094d26adcef793b51ce252b.tar.xz
kernel-qcow2-util-linux-4e76adb0e1aed7b8a094d26adcef793b51ce252b.zip
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 <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
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