From af324b1f72282ce4fa95546af0e865b46a10a457 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Fri, 8 Nov 2013 17:13:06 +0100 Subject: hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c Signed-off-by: Ondrej Oprala --- text-utils/Makemodule.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text-utils/Makemodule.am') 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 -- cgit v1.2.3-55-g7522