aboutsummaryrefslogtreecommitdiff
path: root/src/xz/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/Makefile.am')
-rw-r--r--src/xz/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am
index ff88a839..121a2d1c 100644
--- a/src/xz/Makefile.am
+++ b/src/xz/Makefile.am
@@ -10,10 +10,12 @@ bin_PROGRAMS = xz
xz_SOURCES = \
args.c \
args.h \
+ coder.c \
+ coder.h \
+ file_io.c \
+ file_io.h \
hardware.c \
hardware.h \
- io.c \
- io.h \
main.c \
main.h \
message.c \
@@ -21,8 +23,6 @@ xz_SOURCES = \
options.c \
options.h \
private.h \
- process.c \
- process.h \
signals.c \
signals.h \
suffix.c \