hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
Ondrej Oprala 2013-11-08 17:13:06 +01:00 committed by Karel Zak
parent f50473e7ca
commit af324b1f72
4 changed files with 3 additions and 3 deletions

View File

@ -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