summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-03-19 16:33:09 +0100
committerKarel Zak2014-04-03 12:29:16 +0200
commit3e542c765412904331fddb722b52fcdf31997d44 (patch)
treed1aa9ff7c70cd3e987297688cf35b136621dab0f /libsmartcols/src/Makemodule.am
parentlibsmartcols: add table struct, cleanup refcounting (diff)
downloadkernel-qcow2-util-linux-3e542c765412904331fddb722b52fcdf31997d44.tar.gz
kernel-qcow2-util-linux-3e542c765412904331fddb722b52fcdf31997d44.tar.xz
kernel-qcow2-util-linux-3e542c765412904331fddb722b52fcdf31997d44.zip
libsmartcols: add table code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/Makemodule.am')
-rw-r--r--libsmartcols/src/Makemodule.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 4c4fa4aa4..bf218f8f3 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -13,6 +13,9 @@ libsmartcols_la_SOURCES= \
libsmartcols/src/symbols.c \
libsmartcols/src/cell.c \
libsmartcols/src/column.c \
+ libsmartcols/src/line.c \
+ libsmartcols/src/table.c \
+ libsmartcols/src/table_print.c \
$(smartcolsinc_HEADERS)
nodist_libsmartcols_la_SOURCES = libsmartcols/src/smartcolsP.h