summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2018-10-25 16:26:30 +0200
committerKarel Zak2018-12-07 12:33:34 +0100
commit3bb882be440ad37036382854f7b16047b1d52f16 (patch)
tree719dd7d9a1c1c176e7880f98a5ebcfedcbb981cf /libsmartcols/src/Makemodule.am
parentlibsmartcols: move width calculation to separate file (diff)
downloadkernel-qcow2-util-linux-3bb882be440ad37036382854f7b16047b1d52f16.tar.gz
kernel-qcow2-util-linux-3bb882be440ad37036382854f7b16047b1d52f16.tar.xz
kernel-qcow2-util-linux-3bb882be440ad37036382854f7b16047b1d52f16.zip
libsmartcols: split print.c into print.c, put.c and print-api.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/Makemodule.am')
-rw-r--r--libsmartcols/src/Makemodule.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 3d18180f4..6dc4dd881 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -16,6 +16,8 @@ libsmartcols_la_SOURCES= \
libsmartcols/src/line.c \
libsmartcols/src/table.c \
libsmartcols/src/print.c \
+ libsmartcols/src/fput.c \
+ libsmartcols/src/print-api.c \
libsmartcols/src/version.c \
libsmartcols/src/buffer.c \
libsmartcols/src/calculate.c \