summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorOndrej Oprala2013-11-08 17:13:06 +0100
committerKarel Zak2013-12-02 13:44:17 +0100
commitaf324b1f72282ce4fa95546af0e865b46a10a457 (patch)
treef685e6392e937a54e7bd7cbe7332357860ffe078 /text-utils/Makemodule.am
parentscript: check that stdin is a terminal (diff)
downloadkernel-qcow2-util-linux-af324b1f72282ce4fa95546af0e865b46a10a457.tar.gz
kernel-qcow2-util-linux-af324b1f72282ce4fa95546af0e865b46a10a457.tar.xz
kernel-qcow2-util-linux-af324b1f72282ce4fa95546af0e865b46a10a457.zip
hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index 970b452e9..267a195ca 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -29,12 +29,12 @@ column_SOURCES = text-utils/column.c
column_LDADD = $(LDADD) libcommon.la
hexdump_SOURCES = \
- text-utils/conv.c \
- text-utils/display.c \
+ text-utils/hexdump-conv.c \
+ text-utils/hexdump-display.c \
text-utils/hexdump.c \
text-utils/hexdump.h \
text-utils/hexsyntax.c \
- text-utils/parse.c
+ text-utils/hexdump-parse.c
hexdump_LDADD = $(LDADD) libcommon.la
rev_SOURCES = text-utils/rev.c